We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4679693 commit 28264f3Copy full SHA for 28264f3
release-please-config.json
@@ -22,5 +22,11 @@
22
"changelog-path": "CHANGELOG.md"
23
}
24
},
25
- "extra-files": ["rust/Cargo.toml"]
+ "extra-files": [
26
+ {
27
+ "type": "toml",
28
+ "path": "rust/Cargo.toml",
29
+ "jsonpath": "$.package.version"
30
+ }
31
+ ]
32
rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cachekit-rs"
3
-version = "0.0.0"
+version = "0.1.0"
4
edition = "2024"
5
authors = ["cachekit Contributors"]
6
description = "High-performance storage engine for caching with compression and encryption"
0 commit comments