Skip to content

Commit 8015552

Browse files
chore(release): 0.13.0 [skip ci]
# [0.13.0](v0.12.1...v0.13.0) (2026-05-28) ### Features * **docker:** full self-hosted Compose support ([282ba1b](282ba1b)) * **web:** add Fleet dashboard view for cross-instance observability ([12712bb](12712bb)) * **web:** configurable peer display name ([3de6832](3de6832))
1 parent 04104d1 commit 8015552

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [0.13.0](https://github.com/offendingcommit/openconcho/compare/v0.12.1...v0.13.0) (2026-05-28)
2+
3+
4+
### Features
5+
6+
* **docker:** full self-hosted Compose support ([282ba1b](https://github.com/offendingcommit/openconcho/commit/282ba1b76c43b51aae5bf4d173fd2c76bfbd8eac))
7+
* **web:** add Fleet dashboard view for cross-instance observability ([12712bb](https://github.com/offendingcommit/openconcho/commit/12712bb0b087f3413173328cad96c9b04bb35ca5))
8+
* **web:** configurable peer display name ([3de6832](https://github.com/offendingcommit/openconcho/commit/3de6832a5dc7aad971ac87e356674d834fe9e715))
9+
110
## [0.12.1](https://github.com/offendingcommit/openconcho/compare/v0.12.0...v0.12.1) (2026-05-28)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openconcho",
33
"private": true,
4-
"version": "0.12.1",
4+
"version": "0.13.0",
55
"packageManager": "pnpm@10.33.2",
66
"engines": {
77
"node": ">=22",

packages/desktop/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openconcho"
3-
version = "0.12.1"
3+
version = "0.13.0"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)