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
This commit is contained in:
Ole-Morten Duesund 2025-09-29 13:49:06 +02:00
commit 2879e5d975
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "naas" name = "naas"
version = "1.0.0" version = "1.0.1"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "No as a Service - A lightweight HTTP service that always says 'no'" description = "No as a Service - A lightweight HTTP service that always says 'no'"

9
debian/changelog vendored
View file

@ -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 <olemd@glemt.net> Sun, 29 Sep 2024 15:00:00 +0200
naas (1.0.0-1) unstable; urgency=medium naas (1.0.0-1) unstable; urgency=medium
* Initial release of NaaS (No as a Service) * Initial release of NaaS (No as a Service)