magdalena

Log | Files | Refs | README | LICENSE

commit 82f75eaba5f9cc8945f0ad6de5a649bd33c4b143
parent e223f447739e0c4cf75f3ca9d55f67def65c42a8
Author: mtmn <miro@haravara.org>
Date:   Thu,  7 May 2026 19:28:06 +0200

chore: release v0.1.0

Diffstat:
ACHANGELOG.md | 20++++++++++++++++++++
Mbuild.zig.zon | 2+-
2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [0.1.0] + +### Documentation + +- Update readme ([`ea661a8`](https://git.sr.ht/~mtmn/hakuna/commit/ea661a8f54b6407e299e1989faf0b7448ff323ac)) +- Update readme ([`d44a239`](https://git.sr.ht/~mtmn/hakuna/commit/d44a2393f26e695f4c62f27808f6f1e5d7c85586)) + +### Features + +- **breaking:** Add path based overrides ([`69bab0e`](https://git.sr.ht/~mtmn/hakuna/commit/69bab0eed9881f0a425140ef8c9677f0fcf7dd4c)) +- Add release script ([`447368a`](https://git.sr.ht/~mtmn/hakuna/commit/447368a7b2cd4034ff4d4928fb1aa4ae3317fe58)) + +### Housekeeping + +- Remove bazel files ([`7d7917b`](https://git.sr.ht/~mtmn/hakuna/commit/7d7917b4a094f0ac54537173182b03fe38d65303)) +- Add license ([`af46877`](https://git.sr.ht/~mtmn/hakuna/commit/af46877b6bf86045d68dcfb761c05139c2033a36)) +- Add gitignore ([`cd5524c`](https://git.sr.ht/~mtmn/hakuna/commit/cd5524ce778d7e5969bf08a0ecbca226d2449e94)) +- Format config.json ([`36c8e6a`](https://git.sr.ht/~mtmn/hakuna/commit/36c8e6ad640f08574facc58c4bb2f6d87d540827)) diff --git a/build.zig.zon b/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = .magdalena, - .version = "0.1.4", + .version = "0.1.0", .fingerprint = 0xd065e535ca3c8b31, .minimum_zig_version = "0.15.2", .dependencies = .{