Harness the power of signify(1) to sign arbitrary git objects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump version

+2 -2
+1 -1
Cargo.lock
··· 335 335 336 336 [[package]] 337 337 name = "git-signify" 338 - version = "0.5.0" 338 + version = "0.6.0" 339 339 dependencies = [ 340 340 "anyhow", 341 341 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "git-signify" 3 - version = "0.5.0" 3 + version = "0.6.0" 4 4 edition = "2021" 5 5 6 6 [dependencies]