Skip to content

Commit 4523202

Browse files
committed
chore: release v1.5.0
### Changed - CI: Unified Go version to 1.24 across all CI workflows - Documentation: Fixed CHANGELOG.md version links - Maintenance: Cleaned up .gitignore
1 parent 446da6c commit 4523202

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.5.0] - 2026-02-04
6+
7+
### Changed
8+
- **CI**: Unified Go version to 1.24 across all CI workflows (lint.yml was using 1.21).
9+
- **Documentation**: Fixed CHANGELOG.md version links (added missing 1.4.2, 1.4.3 entries).
10+
- **Maintenance**: Cleaned up `.gitignore` by removing redundant log file entries.
11+
512
## [1.4.3] - 2026-02-03
613

714
### Added
@@ -253,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
253260
- Configuration file support (`ask.yaml`)
254261
- Default repositories: Community, Anthropic, MCP-Servers, Scientific, Superpowers
255262

256-
[Unreleased]: https://github.com/yeasy/ask/compare/v1.4.3...HEAD
263+
[Unreleased]: https://github.com/yeasy/ask/compare/v1.5.0...HEAD
264+
[1.5.0]: https://github.com/yeasy/ask/compare/v1.4.3...v1.5.0
257265
[1.4.3]: https://github.com/yeasy/ask/compare/v1.4.2...v1.4.3
258266
[1.4.2]: https://github.com/yeasy/ask/compare/v1.4.0...v1.4.2
259267
[1.4.0]: https://github.com/yeasy/ask/compare/v1.3.3...v1.4.0

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Codex, etc.) with a familiar CLI experience, just like Homebrew or npm.`,
6161
}
6262

6363
// Version is the current version of the application
64-
const Version = "1.4.3"
64+
const Version = "1.5.0"
6565

6666
// Top-level aliases (Docker-style)
6767
var installRootCmd = &cobra.Command{

0 commit comments

Comments
 (0)