Skip to content

Commit 9c024c1

Browse files
release: 1.1.1
1 parent 7277335 commit 9c024c1

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.1.1 (2026-04-09)
4+
5+
Full Changelog: [v1.1.0...v1.1.1](https://github.com/anthropics/anthropic-cli/compare/v1.1.0...v1.1.1)
6+
7+
### Bug Fixes
8+
9+
* **cli:** fix incompatible Go types for flag generated as array of maps ([7277335](https://github.com/anthropics/anthropic-cli/commit/7277335fa41dd5e09a24b0d2cffe6d5875bd16e6))
10+
* fix for failing to drop invalid module replace in link script ([65e8826](https://github.com/anthropics/anthropic-cli/commit/65e88264dcda5210ea4e1e70372b2aecc9872f2b))
11+
12+
13+
### Chores
14+
15+
* **cli:** additional test cases for `ShowJSONIterator` ([e1bbd47](https://github.com/anthropics/anthropic-cli/commit/e1bbd47687c8482908bdeba18667160796ec4a72))
16+
317
## 1.1.0 (2026-04-09)
418

519
Full Changelog: [v1.0.0...v1.1.0](https://github.com/anthropics/anthropic-cli/compare/v1.0.0...v1.1.0)

pkg/cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package cmd
44

5-
const Version = "1.1.0" // x-release-please-version
5+
const Version = "1.1.1" // x-release-please-version

0 commit comments

Comments
 (0)