Commit e02115a36b22

Vincent Demeester <vincent@sbr.pm>
2026-02-11 06:44:28
chore: bump github-notif-manager to 0.2.0
1 parent d46f0f4
Changed files (3)
tools
tools/github-notif-manager/Cargo.lock
@@ -405,7 +405,7 @@ dependencies = [
 
 [[package]]
 name = "github-notif-manager"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "anyhow",
  "chrono",
tools/github-notif-manager/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "github-notif-manager"
-version = "0.1.0"
+version = "0.2.0"
 edition = "2021"
 
 [dependencies]
tools/github-notif-manager/default.nix
@@ -7,7 +7,7 @@
 
 rustPlatform.buildRustPackage (finalAttrs: {
   pname = "github-notif-manager";
-  version = "0.1.0";
+  version = "0.2.0";
 
   src = lib.fileset.toSource {
     root = ./.;