chore(release): 0.11.0 [skip ci]

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

### Bug Fixes

* harden token and URL handling ([5cfbae6](5cfbae6248))

### Features

* **docker:** add containerized web build with CORS guidance ([cfe07f1](cfe07f1900))
This commit is contained in:
github-actions[bot]
2026-05-28 19:21:59 +00:00
parent ac20ab6271
commit 8e16dc4f78
4 changed files with 15 additions and 3 deletions

View File

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

View File

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