From 2879e5d9752f2e96f33060affb2048a06c0898ce Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Mon, 29 Sep 2025 13:49:06 +0200 Subject: [PATCH] Bump version to 1.0.1 - Update Cargo.toml version to 1.0.1 - Update debian/changelog with v1.0.1-1 release notes - Include MIT license addition and packaging fixes --- Cargo.toml | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6f258c..8927d6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "naas" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT" description = "No as a Service - A lightweight HTTP service that always says 'no'" diff --git a/debian/changelog b/debian/changelog index 6285def..9c81180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +naas (1.0.1-1) unstable; urgency=medium + + * Add MIT License for maximum permissivity + * Fix Debian package systemd service installation conflict + * Update package metadata with license and repository information + * Improve README with license documentation + + -- Ole-Morten Duesund Sun, 29 Sep 2024 15:00:00 +0200 + naas (1.0.0-1) unstable; urgency=medium * Initial release of NaaS (No as a Service)