chore(release): v1.0.0

This commit is contained in:
eric
2026-03-04 07:47:46 +01:00
parent d8f92486c3
commit 3a5cdb5900
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
0.0.5 1.0.0
stable stable
0 0

View File

@@ -4,7 +4,7 @@
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v0.0.5"; devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.0";
devshell-lib.inputs.nixpkgs.follows = "nixpkgs"; devshell-lib.inputs.nixpkgs.follows = "nixpkgs";
}; };