magdalena

Log | Files | Refs | README | LICENSE

commit 208223b916c59db30ee10b33e5f9bef9374d2a3e
parent 746932d8a6954fd27d99593b7d4b51774cf95a1b
Author: mtmn <miro@haravara.org>
Date:   Wed, 10 Jun 2026 00:59:27 +0200

chore: release v0.2.0

Diffstat:
MCHANGELOG.md | 10++++++++++
Mbuild.zig.zon | 2+-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog +## [0.2.0] - 2026-06-09 + +### Features + +- Test: add `testing` and fix findings ([`746932d`](https://git.sr.ht/~mtmn/magdalena/commit/746932d8a6954fd27d99593b7d4b51774cf95a1b)) + ## [0.1.3] - 2026-05-10 ### Documentation - Add dependencies ([`05ccaca`](https://git.sr.ht/~mtmn/magdalena/commit/05ccacac83090df21df186527581684a3d170f66)) +### Housekeeping + +- Release v0.1.3 ([`f1e6f51`](https://git.sr.ht/~mtmn/magdalena/commit/f1e6f51bc60368c7032a44f5d58f451c17179178)) + ## [0.1.2] - 2026-05-09 ### Bug Fixes diff --git a/build.zig.zon b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .magdalena, - .version = "0.1.3", + .version = "0.2.0", .fingerprint = 0xd065e535ca3c8b31, .minimum_zig_version = "0.16.0", .dependencies = .{