chore(release): 0.6.0 [skip ci]

# [0.6.0](https://github.com/offendingcommit/openconcho/compare/v0.5.3...v0.6.0) (2026-05-04)

### Features

* support multiple Honcho instances (closes [#2](https://github.com/offendingcommit/openconcho/issues/2)) ([f706c83](f706c83cc1))
This commit is contained in:
github-actions[bot]
2026-05-04 16:33:21 +00:00
parent ee76f7a325
commit 387bfa4228
4 changed files with 10 additions and 3 deletions

View File

@@ -2225,7 +2225,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.5.3"
version = "0.6.0"
dependencies = [
"serde",
"serde_json",

View File

@@ -1,6 +1,6 @@
[package]
name = "openconcho"
version = "0.5.3"
version = "0.6.0"
edition = "2021"
[lib]