From a5b3d6475c005ae6c08aea34c746c4668b4f5a08 Mon Sep 17 00:00:00 2001 From: Alejandro Date: Wed, 1 Jul 2026 12:40:27 -0400 Subject: [PATCH] chore(norgolith): release v0.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e6d13..49a5c39 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-07-01 + +### 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)