From 2e51cca2116f35cb3c542a5942e58fb0e9e64a27 Mon Sep 17 00:00:00 2001 From: "gha-automation-personal[bot]" <190602602+gha-automation-personal[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 05:21:35 +0000 Subject: [PATCH] Update changelog for `v0.16.0` --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f380c1..cb90ef9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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