Skip to content

Commit 3ef031a

Browse files
author
harper-release-bot
authored
chore: release main (#134)
1 parent 037e5ad commit 3ef031a

5 files changed

Lines changed: 29 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lib/harper-core": "0.5.0",
3-
"lib/harper-ui": "0.4.0"
2+
"lib/harper-core": "0.6.0",
3+
"lib/harper-ui": "0.5.0"
44
}

lib/harper-core/CHANGELOG.md

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

3+
## [0.6.0](https://github.com/harpertoken/harper/compare/harper-core-0.5.0...harper-core-0.6.0) (2026-03-08)
4+
5+
6+
### Features
7+
8+
* add screenpipe integration for screen/audio search ([#133](https://github.com/harpertoken/harper/issues/133)) ([89603b6](https://github.com/harpertoken/harper/commit/89603b61d61495b453be788c9942843b2723a779))
9+
* improve tui responsiveness and security approval ([#160](https://github.com/harpertoken/harper/issues/160)) ([e59d3f6](https://github.com/harpertoken/harper/commit/e59d3f61ed746c4795f51d35104f19883335b131))
10+
11+
12+
### Bug Fixes
13+
14+
* tool calls for openai/sambanova ([#144](https://github.com/harpertoken/harper/issues/144)) ([57105b4](https://github.com/harpertoken/harper/commit/57105b43f8ee12d4807dcc9cb752fb12bbca33b7))
15+
316
## [0.5.0](https://github.com/harpertoken/harper/compare/harper-core-0.4.0...harper-core-0.5.0) (2026-02-13)
417

518

lib/harper-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harper-core"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
rust-version = "1.85.0"
66
authors = ["Harper Contributors"]

lib/harper-ui/CHANGELOG.md

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

3+
## [0.5.0](https://github.com/harpertoken/harper/compare/harper-ui-0.4.0...harper-ui-0.5.0) (2026-03-08)
4+
5+
6+
### Features
7+
8+
* improve tui responsiveness and security approval ([#160](https://github.com/harpertoken/harper/issues/160)) ([e59d3f6](https://github.com/harpertoken/harper/commit/e59d3f61ed746c4795f51d35104f19883335b131))
9+
10+
11+
### Bug Fixes
12+
13+
* tool calls for openai/sambanova ([#144](https://github.com/harpertoken/harper/issues/144)) ([57105b4](https://github.com/harpertoken/harper/commit/57105b43f8ee12d4807dcc9cb752fb12bbca33b7))
14+
315
## [0.4.0](https://github.com/harpertoken/harper/compare/harper-ui-0.3.5...harper-ui-0.4.0) (2026-02-13)
416

517

lib/harper-ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harper-ui"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
rust-version = "1.85.0"
66
authors = ["Harper Contributors"]

0 commit comments

Comments
 (0)