Skip to content

Commit fe0b1fb

Browse files
committed
feat: Update version to 1.0.0
1 parent 8933a62 commit fe0b1fb

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ cargo test --workspace
107107
## Packaging And Release
108108

109109
Primary release packaging is Flatpak, AppImage, macOS DMG, and Windows bundles.
110-
The release workflow runs on version tags (`v0.1.0`, `v0.1.0-rc1`) and
110+
The release workflow runs on version tags (`v1.0.0`, `v1.0.0-rc1`) and
111111
publishes:
112112

113113
- `aetheris-<version>.flatpak`

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,15 @@ workspace root.
161161
Release tags use the workspace version:
162162

163163
```sh
164-
git tag -a v0.1.0 -m "Release v0.1.0"
165-
git push origin v0.1.0
164+
git tag -a v1.0.0 -m "Release v1.0.0"
165+
git push origin v1.0.0
166166
```
167167

168168
Release candidates use a suffix:
169169

170170
```sh
171-
git tag -a v0.1.0-rc1 -m "Release v0.1.0-rc1"
172-
git push origin v0.1.0-rc1
171+
git tag -a v1.0.0-rc1 -m "Release v1.0.0-rc1"
172+
git push origin v1.0.0-rc1
173173
```
174174

175175
The release workflow validates the tag against `[workspace.package].version`

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/aetheris-app", "crates/aetheris-kube"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "1.0.0"
77
edition = "2021"
88
license = "GPL-3.0-or-later"
99
authors = ["Leandro Rodrigues <leandromqrs@hotmail.com>"]

crates/aetheris-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aetheris-app"
33
description = "Aetheris native Kubernetes client for GNOME"
4-
version = "0.1.0"
4+
version = "1.0.0"
55
edition = "2021"
66
license = "GPL-3.0-or-later"
77
authors = ["Leandro Rodrigues <leandromqrs@hotmail.com>"]

data/org.luminusos.Aetheris.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</supports>
3535
<content_rating type="oars-1.1"/>
3636
<releases>
37-
<release version="0.1.0" date="2026-07-01">
37+
<release version="1.0.0" date="2026-07-02">
3838
<description>
3939
<p>Initial development release with project-based cluster browsing, live resource updates, logs, YAML editing, mutations, metrics, terminal, and port forwarding.</p>
4040
</description>

0 commit comments

Comments
 (0)