From 8df7447cd49dbc155694e4e615cde01d5e84ce1d Mon Sep 17 00:00:00 2001 From: Leoj030 Date: Mon, 4 May 2026 20:53:50 +0800 Subject: [PATCH] chore: update version to 0.5.6 and add changelog entry for release workflow enhancement --- docs/docs/blog/changelog.md | 6 ++++++ pesde.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docs/blog/changelog.md b/docs/docs/blog/changelog.md index 3f09214..d5979fa 100644 --- a/docs/docs/blog/changelog.md +++ b/docs/docs/blog/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `v0.5.6` - May 4, 2026 + +### Changed + +- Enhance release workflow to notify Discord and consolidate notification logic (#63) + ## `v0.5.5` - May 4, 2026 ### Added diff --git a/pesde.toml b/pesde.toml index 1463320..66aea5f 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "bizwiz3/nova" -version = "0.5.5" +version = "0.5.6" description = "A filesystem-based web framework for Luau runtimes, with out-of-the-box support for Lute, Lune and Zune." authors = ["BizWiz3 (https://github.com/BizWiz3)", "Leoj030 (https://github.com/Leoj030)"] license = "MIT"