chore(release): 0.12.0 [skip ci]

# [0.12.0](https://github.com/offendingcommit/openconcho/compare/v0.11.0...v0.12.0) (2026-05-28)

### Features

* **desktop:** auto-discover Honcho instances on localhost ([#1](https://github.com/offendingcommit/openconcho/issues/1)) ([7355884](7355884051))
* **web:** add dialectic reasoning playground ([2340e65](2340e65028))
* **web:** add Dream Output Viewer ([f318555](f318555c82))
* **web:** add live dream progress panel with adaptive polling ([17f8a5a](17f8a5a7bf))
* **web:** add Peer Card Seed Kits ([650bfd7](650bfd7b28))
* **web:** show sidebar last updated status ([7cf94aa](7cf94aa03f))
This commit is contained in:
github-actions[bot]
2026-05-28 19:27:43 +00:00
parent 0d86a96560
commit 5fa894dcd7
4 changed files with 15 additions and 3 deletions

View File

@@ -2283,7 +2283,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"futures",
"serde",

View File

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