From f6c6e977070ecfabda13d42b4154c9afcb5f6314 Mon Sep 17 00:00:00 2001 From: eric Date: Wed, 4 Mar 2026 07:36:13 +0100 Subject: [PATCH] chore(release): v0.0.5 --- VERSION | 2 +- template/flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b46d6ca..abf0864 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.0.4 +0.0.5 stable 0 diff --git a/template/flake.nix b/template/flake.nix index 86198ed..842c8e7 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -4,7 +4,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v0.0.2"; + devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v0.0.5"; devshell-lib.inputs.nixpkgs.follows = "nixpkgs"; };