virittaa

Log | Files | Refs | README | LICENSE

commit 04889ba77382af8455a3b56e1a249bb8125920c7
parent e7b3d49450c49c0c58020ebc32625f5ae726aba7
Author: mtmn <miro@haravara.org>
Date:   Thu, 14 May 2026 14:05:58 +0200

chore: release v1.1.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.1.0] - 2026-05-14 + +### Bug Fixes + +- Report code leftovers; search fix ([`e75cff3`](https://git.sr.ht/~mtmn/virittaa/commit/e75cff3b66887e210a690a05183719b9ff2ce0bc)) +- Print most recent at the bottom when listing ([`e7b3d49`](https://git.sr.ht/~mtmn/virittaa/commit/e7b3d49450c49c0c58020ebc32625f5ae726aba7)) + +### Features + +- Add timestamp to db entries ([`b15c402`](https://git.sr.ht/~mtmn/virittaa/commit/b15c402ae352767c978b2637ab0b152054a6df38)) + ## [1.0.1] - 2026-05-14 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock @@ -1521,7 +1521,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "virittaa" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "bliss-audio", diff --git a/Cargo.toml b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "virittaa" -version = "1.0.1" +version = "1.1.0" edition = "2024" [dependencies]