Skip to content

Commit 80ebdd4

Browse files
committed
chore: bump version to v2.6.2
1 parent 43162bb commit 80ebdd4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v2.6.2] - 2026-05-22
11+
1012
### Changed
1113

1214
- Add missing package and type doc comments to config, constants, errors, fsutil, and providers packages
1315
- Remove redundant `ConfigDir` global state — overrides handled exclusively through `CLIContext.SetConfigDir`
1416
- Rename `Get`-prefixed update functions and add `context.Context` to blocking methods
17+
- Remove stale `tempPath` variable in fsutil after `CreateTemp` migration
1518

1619
### Fixed
1720

@@ -1276,7 +1279,8 @@ This ensures secrets are stored as `PROVIDER_API_KEY` (e.g., `ZAI_API_KEY`) inst
12761279
- goreleaser.yaml configuration
12771280
- Install script for cross-platform installation
12781281

1279-
[Unreleased]: https://github.com/dkmnx/kairo/compare/v2.6.1...HEAD
1282+
[Unreleased]: https://github.com/dkmnx/kairo/compare/v2.6.2...HEAD
1283+
[v2.6.2]: https://github.com/dkmnx/kairo/compare/v2.6.1...v2.6.2
12801284
[v2.6.1]: https://github.com/dkmnx/kairo/compare/v2.6.0...v2.6.1
12811285
[v2.6.0]: https://github.com/dkmnx/kairo/compare/v2.5.1...v2.6.0
12821286
[v2.5.1]: https://github.com/dkmnx/kairo/compare/v2.5.0...v2.5.1

0 commit comments

Comments
 (0)