Skip to content

Commit 2031f61

Browse files
chore(main): release 0.1.3
1 parent 78a945a commit 2031f61

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/forkwright/harmonia/compare/v0.1.2...v0.1.3) (2026-03-30)
4+
5+
6+
### Features
7+
8+
* **akouo-core:** extract audio engine into workspace crate ([#121](https://github.com/forkwright/harmonia/issues/121)) ([#125](https://github.com/forkwright/harmonia/issues/125)) ([f378e1c](https://github.com/forkwright/harmonia/commit/f378e1c4999eea9ba67b5a4dd29b3afd13a35af7))
9+
* **harmonia-host:** add render subcommand with local DSP and status reporting ([#127](https://github.com/forkwright/harmonia/issues/127)) ([f09f84e](https://github.com/forkwright/harmonia/commit/f09f84e5fd1976209fcb45b0409946911e9962d1))
10+
* **nix:** NixOS renderer module with DAC HAT overlays and aarch64 cross-compilation ([#130](https://github.com/forkwright/harmonia/issues/130)) ([2c45336](https://github.com/forkwright/harmonia/commit/2c45336aa09f57bd401b74afb5b81d4c86c7c0d1))
11+
* **syndesis:** mDNS discovery, pairing protocol, and renderer registry ([#128](https://github.com/forkwright/harmonia/issues/128)) ([31fe086](https://github.com/forkwright/harmonia/commit/31fe08684bb288b80555faa06e3311a27272af9f))
12+
* **syndesis:** multi-room zone grouping with <=5ms clock sync ([#129](https://github.com/forkwright/harmonia/issues/129)) ([f46356b](https://github.com/forkwright/harmonia/commit/f46356b3660c3d808e3071dfa13082fb710e6dd8))
13+
* **syndesis:** QUIC streaming protocol with clock sync and jitter buffer ([#126](https://github.com/forkwright/harmonia/issues/126)) ([ee925c6](https://github.com/forkwright/harmonia/commit/ee925c6f9b9834ba000bf4c4f0efe162556ed8b9))
14+
15+
16+
### Bug Fixes
17+
18+
* add [graph] section to deny.toml for cargo-deny 0.19 compatibility ([f0d0811](https://github.com/forkwright/harmonia/commit/f0d0811d38bb85d14683017c06d3456eb2beacca))
19+
320
## [0.1.2](https://github.com/forkwright/harmonia/compare/v0.1.1...v0.1.2) (2026-03-23)
421

522

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = [
2828
]
2929

3030
[workspace.package]
31-
version = "0.1.2"
31+
version = "0.1.3"
3232
edition = "2024"
3333
license = "GPL-3.0-or-later"
3434

@@ -128,7 +128,7 @@ base64 = "0.22"
128128
rand_core = { version = "0.6", features = ["getrandom"] }
129129

130130
# ── TOML (credential files) ───────────────────────────────────────────────────
131-
toml = "1.0"
131+
toml = "0.8"
132132

133133
# ── Scheduling ────────────────────────────────────────────────────────────────
134134
tokio-cron-scheduler = "0.15"

0 commit comments

Comments
 (0)