Compare commits

..

2 commits

Author SHA1 Message Date
b3aac03c71 Fix Debian package format to native
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 14:14:04 +02:00
481839071c Bump version to 1.0.2
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 14:10:51 +02:00
2 changed files with 12 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "naas" name = "naas"
version = "1.0.1" version = "1.0.2"
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'"

13
debian/changelog vendored
View file

@ -1,4 +1,13 @@
naas (1.0.1-1) unstable; urgency=medium naas (1.0.2) unstable; urgency=medium
* Add Open Graph meta tags for better URL sharing on social media
* Add Twitter Card support for enhanced social media previews
* Add discreet source code repository link on playground page
* Improve web frontend user experience and shareability
-- Ole-Morten Duesund <olemd@glemt.net> Mon, 29 Sep 2025 14:10:38 +0200
naas (1.0.1) unstable; urgency=medium
* Add MIT License for maximum permissivity * Add MIT License for maximum permissivity
* Fix Debian package systemd service installation conflict * Fix Debian package systemd service installation conflict
@ -7,7 +16,7 @@ naas (1.0.1-1) unstable; urgency=medium
-- Ole-Morten Duesund <olemd@glemt.net> Mon, 29 Sep 2025 13:00:00 +0200 -- Ole-Morten Duesund <olemd@glemt.net> Mon, 29 Sep 2025 13:00:00 +0200
naas (1.0.0-1) unstable; urgency=medium naas (1.0.0) unstable; urgency=medium
* Initial release of NaaS (No as a Service) * Initial release of NaaS (No as a Service)
* HTTP service that always responds with "no" * HTTP service that always responds with "no"