Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.9.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.0](https://github.com/Hacks4Snacks/tmforge/compare/v0.8.0...v0.9.0) (2026-07-29)


### Features

* **authoring:** versioned manifest with pages, geometry, and stable flow identity ([#83](https://github.com/Hacks4Snacks/tmforge/issues/83)) ([e454416](https://github.com/Hacks4Snacks/tmforge/commit/e454416de9242c26d26621f64b17435ee9550ac1))

## [0.8.0](https://github.com/Hacks4Snacks/tmforge/compare/v0.7.0...v0.8.0) (2026-07-28)


Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
annotation on the line below is how its generic updater finds the value. See
release-please-config.json and .github/workflows/release-please.yml. -->
<PropertyGroup>
<VersionPrefix>0.8.0</VersionPrefix> <!-- x-release-please-version -->
<VersionPrefix>0.9.0</VersionPrefix> <!-- x-release-please-version -->
</PropertyGroup>

<ItemGroup>
Expand Down
Loading