Skip to content

Commit 82f9e29

Browse files
committed
Bump version to 0.4.1-surreal.1
Upstream `tikv-client 0.4.0` was published to crates.io on 2026-02-07 (no `v0.4.0` git tag; same vulnerable dep stack as 0.3.0). Naming our release `0.4.0-surreal.1` would be a semver pre-release of upstream's 0.4.0 and sort *below* it, which inverts the actual signal — our fork is past upstream's 0.4.0, not a prerelease of it. Bump to 0.4.1-surreal.1 so the version sorts above upstream and the `-surreal.N` suffix continues to mark fork-only releases.
1 parent 5637553 commit 82f9e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "surrealdb-tikv-client"
3-
version = "0.4.0-surreal.1"
3+
version = "0.4.1-surreal.1"
44
keywords = ["TiKV", "KV", "distributed-systems"]
55
license = "Apache-2.0"
66
authors = ["The TiKV Project Authors"]

0 commit comments

Comments
 (0)