Skip to content

Commit dad8cbf

Browse files
release: 1.12.3
1 parent 7708932 commit dad8cbf

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.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.12.2"
2+
".": "1.12.3"
33
}

CHANGELOG.md

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

3+
## 1.12.3 (2026-06-25)
4+
5+
Full Changelog: [v1.12.2...v1.12.3](https://github.com/anthropics/anthropic-cli/compare/v1.12.2...v1.12.3)
6+
7+
### Chores
8+
9+
* **api:** accept user profile ID's when counting tokens ([ac6bf4b](https://github.com/anthropics/anthropic-cli/commit/ac6bf4b7c0b702d1886394a9bc4c61ab441c7354))
10+
* **docs:** updates to descriptions and example values ([7708932](https://github.com/anthropics/anthropic-cli/commit/77089320c047ef10a0b5a81d00d4bbfd546bcc7a))
11+
312
## 1.12.2 (2026-06-24)
413

514
Full Changelog: [v1.12.1...v1.12.2](https://github.com/anthropics/anthropic-cli/compare/v1.12.1...v1.12.2)

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.12.2" // x-release-please-version
5+
const Version = "1.12.3" // x-release-please-version

0 commit comments

Comments
 (0)