File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ v0.8.0] - 2026-08-27
11+
1012### Added
1113
1214- Typed ` FlagName ` values that let ` State.GetFlag ` infer its return type
@@ -16,6 +18,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1618- ** BREAKING** : Replace the top-level ` GetFlag ` function with the generic ` State.GetFlag ` method
1719- ** BREAKING** : Require Go 1.27 or higher
1820
21+ ### Fixed
22+
23+ - Preserve arguments after ` -- ` and correctly parse flag values that resemble flags
24+
1925## [ v0.7.0] - 2026-05-14
2026
2127### Added
@@ -111,7 +117,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
111117- ` textutil ` and ` suggest ` helper packages
112118- GitHub Actions CI
113119
114- [ Unreleased ] : https://github.com/pressly/cli/compare/v0.7.0...HEAD
120+ [ Unreleased ] : https://github.com/pressly/cli/compare/v0.8.0...HEAD
121+ [ v0.8.0 ] : https://github.com/pressly/cli/compare/v0.7.0...v0.8.0
115122[ v0.7.0 ] : https://github.com/pressly/cli/compare/v0.6.0...v0.7.0
116123[ v0.6.0 ] : https://github.com/pressly/cli/compare/v0.5.0...v0.6.0
117124[ v0.5.0 ] : https://github.com/pressly/cli/compare/v0.4.0...v0.5.0
You can’t perform that action at this time.
0 commit comments