Skip to content

Commit 28264f3

Browse files
committed
chore: sync Cargo.toml version to 0.1.0 and fix release-please config
- Update rust/Cargo.toml version from 0.0.0 to 0.1.0 to match pyproject.toml - Fix release-please extra-files config to use TOML updater with jsonpath
1 parent 4679693 commit 28264f3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

release-please-config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,11 @@
2222
"changelog-path": "CHANGELOG.md"
2323
}
2424
},
25-
"extra-files": ["rust/Cargo.toml"]
25+
"extra-files": [
26+
{
27+
"type": "toml",
28+
"path": "rust/Cargo.toml",
29+
"jsonpath": "$.package.version"
30+
}
31+
]
2632
}

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cachekit-rs"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
edition = "2024"
55
authors = ["cachekit Contributors"]
66
description = "High-performance storage engine for caching with compression and encryption"

0 commit comments

Comments
 (0)