From 7688d1f37cffabd28d9663bc7242537d93d26bf7 Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Mon, 10 Nov 2025 18:27:24 -0500 Subject: [PATCH] fix(changelog): Mark unreleased versions correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove inaccurate release dates from unreleased versions. Only v0.1.1 has an actual release date (2025-11-10). Changes: - [0.1.0]: Never released, marked as Unreleased - [2.2.0]: Not yet released, marked as Unreleased - [2.1.0]: Not yet released, marked as Unreleased - [0.1.1]: Keep actual release date (2025-11-10) Dates will be added when versions are actually released. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9667fdd..a17c151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - **Release workflow**: Use `gh release create` for atomic release creation to prevent asset upload failures with immutable releases. Previously, `softprops/action-gh-release` created releases and uploaded assets in separate operations, which failed when repository rules made releases immutable immediately. -## [0.1.0] - 2025-11-10 +## [0.1.0] - Unreleased ### Added - **Installation system** @@ -70,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependency resolution across different Linux distributions - PyGObject version conflicts on Arch Linux -## [2.2.0] - 2025-11-06 +## [2.2.0] - Unreleased ### Added - **Protocol v2.2**: Identity-based connection management @@ -101,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Connection direction determined by MAC address comparison (lower MAC connects to higher) - Interface spawning based on peer identity (prevents duplicate interfaces for same peer) -## [2.1.0] - 2024-XX-XX +## [2.1.0] - Unreleased ### Added - Initial BLE interface implementation