Skip to content

Commit b7a9e9a

Browse files
committed
chore: bump version to v1.0.0-rc2
1 parent d55c1a8 commit b7a9e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.0-rc1] - 2026-01-24
8+
## [1.0.0-rc2] - 2026-01-24
99

1010
### Added
1111
- **Docker-Style Aliases**: New top-level commands `ask install`, `ask search`, `ask list` for faster access.

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Codex, etc.) with a familiar CLI experience, just like Homebrew or npm.`,
4646
// Uncomment the following line if your bare application
4747
// has an action associated with it:
4848
// Run: func(cmd *cobra.Command, args []string) { },
49-
Version: "1.0.0-rc1",
49+
Version: "1.0.0-rc2",
5050
}
5151

5252
// Top-level aliases (Docker-style)

0 commit comments

Comments
 (0)