Skip to content

Commit fcd92e2

Browse files
committed
release: cut v0.1.6
1 parent 180c9d1 commit fcd92e2

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ Before `1.0.0`, breaking changes may still ship in minor releases.
1111

1212
- Ongoing documentation and release process improvements
1313

14+
## [0.1.6]
15+
16+
### Added
17+
18+
- Automated release sync for the Homebrew tap and Scoop bucket companion repositories
19+
20+
### Changed
21+
22+
- Switched npm publishing automation to use an explicit registry token path for release publishes
23+
1424
## [0.1.5]
1525

1626
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kagi"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2024"
55
description = "Agent-native CLI for Kagi subscribers with JSON-first search output"
66
license = "MIT"

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kagi-cli",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Node wrapper that installs the native kagi CLI binary",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)