release: 0.4.1
All checks were successful
Release / Create release (push) Successful in 59s
Test / Sandbox (push) Successful in 1m2s
Test / Sandbox (race detector) (push) Successful in 5m25s
Test / Create distribution (push) Successful in 28s
Test / Fpkg (push) Successful in 8m35s
Test / Fortify (push) Successful in 8m57s
Test / Fortify (race detector) (push) Successful in 10m5s
Test / Flake checks (push) Successful in 1m45s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-05-26 02:55:19 +09:00
parent 2ffca6984a
commit 6c1205106d
3 changed files with 351 additions and 72 deletions

View File

@@ -31,7 +31,7 @@
buildGoModule rec {
pname = "fortify";
version = "0.4.0";
version = "0.4.1";
src = builtins.path {
name = "${pname}-src";