magdalena

Log | Files | Refs | README | LICENSE

commit 6df1cd2d3ff89e96f54705f935604f33f34f7ba6
parent 737207265c3f886fe87a06552f89cc7bdc1654db
Author: mtmn <miro@haravara.org>
Date:   Wed, 10 Jun 2026 01:40:51 +0200

chore: release v0.3.0

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,11 +1,25 @@ # Changelog +## [0.3.0] - 2026-06-09 + +### Bug Fixes + +- Consume newline on reading memcached response ([`7372072`](https://git.sr.ht/~mtmn/magdalena/commit/737207265c3f886fe87a06552f89cc7bdc1654db)) + +### Features + +- Apply findings from zlint ([`42bf945`](https://git.sr.ht/~mtmn/magdalena/commit/42bf945818946a95a481c92fb101235a2945396a)) + ## [0.2.0] - 2026-06-09 ### Features - Test: add `testing` and fix findings ([`746932d`](https://git.sr.ht/~mtmn/magdalena/commit/746932d8a6954fd27d99593b7d4b51774cf95a1b)) +### Housekeeping + +- Release v0.2.0 ([`208223b`](https://git.sr.ht/~mtmn/magdalena/commit/208223b916c59db30ee10b33e5f9bef9374d2a3e)) + ## [0.1.3] - 2026-05-10 ### Documentation diff --git a/build.zig.zon b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .magdalena, - .version = "0.2.0", + .version = "0.3.0", .fingerprint = 0xd065e535ca3c8b31, .minimum_zig_version = "0.16.0", .dependencies = .{