chore(release): 0.8.0 [skip ci]

# [0.8.0](https://github.com/offendingcommit/openconcho/compare/v0.7.1...v0.8.0) (2026-05-15)

### Features

* add health indicator and localhost auto-detect ([38e76d3](38e76d33de))
* add Honcho Cloud connection preset ([f071762](f0717624eb))
This commit is contained in:
github-actions[bot]
2026-05-15 03:07:43 +00:00
parent 403ee48b93
commit e5349ed6e3
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
# [0.8.0](https://github.com/offendingcommit/openconcho/compare/v0.7.1...v0.8.0) (2026-05-15)
### Features
* add health indicator and localhost auto-detect ([38e76d3](https://github.com/offendingcommit/openconcho/commit/38e76d33dea7fb5b31547ff77f5099600894176e))
* add Honcho Cloud connection preset ([f071762](https://github.com/offendingcommit/openconcho/commit/f0717624eb129be82a24c686588085b4c2303bc0))
## [0.7.1](https://github.com/offendingcommit/openconcho/compare/v0.7.0...v0.7.1) (2026-05-12)

View File

@@ -1,7 +1,7 @@
{
"name": "openconcho",
"private": true,
"version": "0.7.1",
"version": "0.8.0",
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=22",

View File

@@ -2266,7 +2266,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.7.1"
version = "0.8.0"
dependencies = [
"serde",
"serde_json",

View File

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