feat: Add changelog for v0.9.0 and update configuration to include it in the documentation

This commit is contained in:
Sean Morley
2025-03-19 09:58:53 -04:00
parent c402dff9a7
commit 76ee4c73e0
2 changed files with 137 additions and 0 deletions

View File

@@ -158,6 +158,10 @@ export default defineConfig({
text: "Changelogs",
collapsed: false,
items: [
{
text: "v0.9.0",
link: "/docs/changelogs/v0-9-0",
},
{
text: "v0.8.0",
link: "/docs/changelogs/v0-8-0",