diff --git a/Cargo.lock b/Cargo.lock index 962163c..a0015c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "cosmic-session" -version = "0.1.0" +version = "1.0.0" dependencies = [ "async-signals", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 961af69..2568026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cosmic-session" description = "The session manager for the COSMIC desktop environment" -version = "0.1.0" +version = "1.0.0" license = "GPL-3.0-only" edition = "2024" rust-version = "1.85" diff --git a/debian/changelog b/debian/changelog index 4c62d02..e890468 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -cosmic-session (0.1.0) UNRELEASED; urgency=medium +cosmic-session (1.0.0) noble; urgency=medium - * Initial release. + * Initial release - -- Lucy Thu, 07 Jul 2022 14:42:01 -0400 + -- Michael Murphy Thu, 11 Dec 2025 13:49:55 +0100