From 1dee7d1a943f640e72597ee1decc4aad54007d9c Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Thu, 18 Dec 2025 13:54:10 +0100 Subject: [PATCH] chore: update version to 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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