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
··· 547 547 548 548 [[package]] 549 549 name = "git-signify" 550 - version = "0.10.1" 550 + version = "0.11.0" 551 551 dependencies = [ 552 552 "anyhow", 553 553 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "git-signify" 3 - version = "0.10.1" 3 + version = "0.11.0" 4 4 edition = "2021" 5 5 6 6 [dependencies]