Skip to content
Merged
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

# v0.16.0 (2026-02-14)

### 🚀 New Features
* Upgrade to .NET 10 by @Copilot in https://github.com/geofflamrock/stack/pull/393
* Update to System.CommandLine 2.0.0 by @geofflamrock in https://github.com/geofflamrock/stack/pull/394
### Other changes
* Simplify loading and saving of stacks in handlers by @geofflamrock in https://github.com/geofflamrock/stack/pull/386
* Reorganise stack persistence and model folder structure by @geofflamrock in https://github.com/geofflamrock/stack/pull/389
* Remove remote uri from core stack domain by @geofflamrock in https://github.com/geofflamrock/stack/pull/390
* Fixes issue where changes to branches in stack would not be saved by @geofflamrock in https://github.com/geofflamrock/stack/pull/391
* Verify published binaries run before archiving in CI by @Copilot in https://github.com/geofflamrock/stack/pull/398


# v0.15.0 (2025-10-13)

### 🚀 New Features
Expand Down