From ca3e77cca980de3e82e21d854e655f363ec66387 Mon Sep 17 00:00:00 2001 From: Ben Buhse Date: Fri, 6 Mar 2026 13:48:49 -0600 Subject: [PATCH] Release v0.1.0 --- README.md | 1 - build.zig.zon | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 029e90f..502bc9d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Optional (for building man pages): #### Note for Gentoo Users Beansprout is available in my personal [ebuild repo](https://codeberg.org/bwbuhse/buhserepo). -Right now, it's just a live ebuild, but I will add versioned ebuilds once v0.1.0 is released. ### Build diff --git a/build.zig.zon b/build.zig.zon index 5f688aa..79a6437 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,7 +4,7 @@ .{ .name = .beansprout, - .version = "0.0.1", + .version = "0.1.0", .fingerprint = 0x145dac71c283d187, // Changing this has security and trust implications.