From 19bc1a9ba70a70cb74a42fb84ff123dd38dfd67b Mon Sep 17 00:00:00 2001 From: Alejandro Date: Tue, 30 Jun 2026 17:44:37 -0400 Subject: [PATCH] chore(norgolith): release v0.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e6d13..e621970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.5.0](https://github.com/norgolith/core/releases/tag/v0.5.0) `norgolith` - 2026-06-30 + +### Added +- add SEO (sitemap.xml, robots.txt) and OpenGraph meta tags +- *(sdk)* implement bridge functions and working register_plugin! macro + +### Fixed +- rewrite plugin list output with vertical per-plugin layout +- *(plugin)* harden plugin system +- *(plugin)* remove double JSON extraction in hook handlers + +### Other +- bump core to 0.5 +- small readme updates +- ditch `optimized` Cargo profile +- [**breaking**] rename binary from `norgolith` to `lith` +- move to GPLv2 from GPLv3 +- Initial commit + ## [0.4.0](https://github.com/NTBBloodbath/norgolith/compare/v0.3.2...v0.4.0) (2026-05-15) diff --git a/Cargo.lock b/Cargo.lock index 1e207f4..654e1b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1879,7 +1879,7 @@ dependencies = [ [[package]] name = "norgolith" -version = "0.4.0" +version = "0.5.0" dependencies = [ "blake3", "chrono",