virittaa

Log | Files | Refs | README | LICENSE

commit cfa707b5b9f3800e3b050ac70f11b3eeb1104306
parent 8083c5c61a418e175365180a37a66abcb2489ab4
Author: mtmn <miro@haravara.org>
Date:   Mon, 18 May 2026 01:36:56 +0200

chore: release v1.2.1

Diffstat:
MCHANGELOG.md | 6++++++
MCargo.lock | 2+-
MCargo.toml | 2+-
3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.2.1] - 2026-05-17 + +### Dependencies + +- **deps:** Update `ogg_pager` to 0.7.2 ([`8083c5c`](https://git.sr.ht/~mtmn/virittaa/commit/8083c5c61a418e175365180a37a66abcb2489ab4)) + ## [1.2.0] - 2026-05-14 ### Features diff --git a/Cargo.lock b/Cargo.lock @@ -1704,7 +1704,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "virittaa" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "bliss-audio", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virittaa" -version = "1.2.0" +version = "1.2.1" edition = "2024" [dependencies]