Skip to content

Commit 7df5197

Browse files
committed
secp256k1-sys: Bump version to 0.12.0
In preparation for release, bump the version, add a changelog entry, and update the lock files, and run the vendor script.
1 parent 5fdf959 commit 7df5197

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ dependencies = [
223223

224224
[[package]]
225225
name = "secp256k1-sys"
226-
version = "0.11.0"
226+
version = "0.12.0-beta.0"
227227
dependencies = [
228228
"cc",
229229
"libc",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ dependencies = [
214214

215215
[[package]]
216216
name = "secp256k1-sys"
217-
version = "0.11.0"
217+
version = "0.12.0-beta.0"
218218
dependencies = [
219219
"cc",
220220
"libc",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ global-context-less-secure = ["global-context"]
3131
arbitrary = ["dep:arbitrary"]
3232

3333
[dependencies]
34-
secp256k1-sys = { version = "0.11.0", default-features = false, path = "./secp256k1-sys" }
34+
secp256k1-sys = { version = "0.12.0-beta.0", default-features = false, path = "./secp256k1-sys" }
3535

3636
arbitrary = { version = "1.4", optional = true }
3737
rand = { version = "0.9", default-features = false, optional = true }

secp256k1-sys/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.12.0 - 2025-10-10
2+
3+
* Fix lowmemory feature [#799](https://github.com/rust-bitcoin/rust-secp256k1/pull/799)
4+
* Add support for MuSig2, initial PR
5+
[#716](https://github.com/rust-bitcoin/rust-secp256k1/pull/716) then
6+
a bunch of follow up PRs. See `../CHANGELOG.md` for full listing.
7+
18
# 0.10.0 - 2024-03-28
29

310
* Bump MSRV to Rust `v1.56.1` [#693](https://github.com/rust-bitcoin/rust-secp256k1/pull/693)

secp256k1-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1-sys"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>",
66
"Steven Roose <[email protected]>" ]

0 commit comments

Comments
 (0)