Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmic-initial-setup"
version = "0.1.0"
version = "1.0.0"
edition = "2024"
rust-version = "1.90"

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cosmic-initial-setup (1.0.0) noble; urgency=medium

* epoch-1.0.0 tag

-- Michael Murphy <[email protected]> Fri, 12 Dec 2025 22:22:02 +0100

cosmic-initial-setup (0.1.0) jammy; urgency=medium

* Initial release.
Expand Down
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ tag version:
cargo clean
dch -D noble -v {{version}}
git add Cargo.toml Cargo.lock debian/changelog
git commit -m 'release: {{version}}'
git tag -a {{version}} -m ''
git commit -m 'release(debian): {{version}}'
git tag -a epoch-{{version}} -m ''

# Uninstalls installed files
uninstall:
Expand Down
Loading