From 59fc48689bab2fdeffceb0186ec4f74df631cf8c Mon Sep 17 00:00:00 2001 From: Leoj030 Date: Mon, 4 May 2026 21:18:21 +0800 Subject: [PATCH] chore: update version to 0.5.7 and enhance changelog with recent changes --- 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 d5979fa..571d65a 100644 --- a/docs/docs/blog/changelog.md +++ b/docs/docs/blog/changelog.md @@ -1,5 +1,11 @@ # Changelog +## `v0.5.7` - May 4, 2026 + +### Changed + +- Enhance changelog extraction and Discord notification formatting (#65) + ## `v0.5.6` - May 4, 2026 ### Changed diff --git a/pesde.toml b/pesde.toml index 66aea5f..cf6afdf 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "bizwiz3/nova" -version = "0.5.6" +version = "0.5.7" 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"