From 481839071c99d4abb262309741db4d2a6b581929 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Mon, 29 Sep 2025 14:10:51 +0200 Subject: [PATCH] Bump version to 1.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Cargo.toml | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8927d6e..0de73fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "naas" -version = "1.0.1" +version = "1.0.2" 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 f33ed1f..4aaa51a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +naas (1.0.2-1) 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 Mon, 29 Sep 2025 14:10:38 +0200 + naas (1.0.1-1) unstable; urgency=medium * Add MIT License for maximum permissivity