From ad1bc6794f0053c3e63eab408a0d530d53e8b51c Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 28 Sep 2025 21:58:19 +0900 Subject: [PATCH] release: 0.2.2 Unfortunately removal of internal/hlog brought about some changes that breaks API. This will likely be the last 0.2.x release. Signed-off-by: Ophestra --- options.md | 8 ++++---- package.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/options.md b/options.md index a6d12ca..a12c60e 100644 --- a/options.md +++ b/options.md @@ -35,7 +35,7 @@ package *Default:* -` ` +` ` @@ -313,7 +313,7 @@ Extra paths to make available to the container\. *Type:* -anything +list of attribute set of anything @@ -723,7 +723,7 @@ Common extra paths to make available to the container\. *Type:* -anything +list of attribute set of anything @@ -759,7 +759,7 @@ package *Default:* -` ` +` ` diff --git a/package.nix b/package.nix index 3821fb5..b6b06df 100644 --- a/package.nix +++ b/package.nix @@ -31,7 +31,7 @@ buildGoModule rec { pname = "hakurei"; - version = "0.2.1"; + version = "0.2.2"; srcFiltered = builtins.path { name = "${pname}-src";