Skip to content

Commit 387bfa4

Browse files
chore(release): 0.6.0 [skip ci]
# [0.6.0](v0.5.3...v0.6.0) (2026-05-04) ### Features * support multiple Honcho instances (closes [#2](#2)) ([f706c83](f706c83))
1 parent ee76f7a commit 387bfa4

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.6.0](https://github.com/offendingcommit/openconcho/compare/v0.5.3...v0.6.0) (2026-05-04)
2+
3+
4+
### Features
5+
6+
* support multiple Honcho instances (closes [#2](https://github.com/offendingcommit/openconcho/issues/2)) ([f706c83](https://github.com/offendingcommit/openconcho/commit/f706c83cc15bd35a7222938c580189f710098e2c))
7+
18
## [0.5.3](https://github.com/offendingcommit/openconcho/compare/v0.5.2...v0.5.3) (2026-05-03)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openconcho",
33
"private": true,
4-
"version": "0.5.3",
4+
"version": "0.6.0",
55
"packageManager": "pnpm@10.33.2",
66
"engines": {
77
"node": ">=22",

packages/desktop/src-tauri/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.

packages/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openconcho"
3-
version = "0.5.3"
3+
version = "0.6.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)