chore(release): 0.7.1 [skip ci]

## [0.7.1](https://github.com/offendingcommit/openconcho/compare/v0.7.0...v0.7.1) (2026-05-12)

### Bug Fixes

* improve dark mode accessibility contrast ([7827438](7827438d92))
* show structured page placeholders while loading ([3075e4a](3075e4a005))
This commit is contained in:
github-actions[bot]
2026-05-12 16:07:18 +00:00
parent 1008e97683
commit 4fc54a3581
4 changed files with 11 additions and 3 deletions

View File

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

View File

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