From f77e2e12d7606f99b4c8a68a43d0d17a52d4867d Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 28 Sep 2024 18:25:09 +0000 Subject: [PATCH] chore: release v0.4.6 --- nix/config/release.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/config/release.nix b/nix/config/release.nix index a085fb9..c3b0dba 100644 --- a/nix/config/release.nix +++ b/nix/config/release.nix @@ -2,8 +2,8 @@ # this file is generated by nix/scripts/init-project.nix # please don't edit it manually - version = "v0.4.5"; - commit = "906e505863aa92fe77698fd0d60103a3c846ebd8"; + version = "v0.4.6"; + commit = "a5a8a7fe799aa956a2788b7d68f012614c10a9cc"; projectURL = "https://gitlab.schukai.com/oss/libraries/go/markup/html"; name = "HTML"; mnemonic = "html"; -- GitLab