Skip to content

Commit 1911aba

Browse files
committed
Bump version to v0.28.0
Prepare for release by doing: - Add changelog entry to `secp256k1-sys` for the recent version bump ready for release. - Bump the version of secp256k1 to 0.28.0 - Add changelog entry to `secp256k1` for the imminent release.
1 parent 3aada83 commit 1911aba

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Unreleased
1+
# 0.28.0 - 2023-10-23
22

3-
* Bump MSRV to 1.48
3+
* Add bindings to the ElligatorSwift implementation [#627](https://github.com/rust-bitcoin/rust-secp256k1/pull/627)
4+
* Depend on recent release of `bitcoin_hashes` v0.13.0 [#621](https://github.com/rust-bitcoin/rust-secp256k1/pull/621)
5+
* Add a verify function to `PublicKey` [#618](https://github.com/rust-bitcoin/rust-secp256k1/pull/618)
6+
* Add serialize function for schnorr::Signature [#607](https://github.com/rust-bitcoin/rust-secp256k1/pull/607)
7+
* Bump MSRV to 1.48 [#595](https://github.com/rust-bitcoin/rust-secp256k1/pull/595)
48
* Remove implementations of `PartialEq`, `Eq`, `PartialOrd`, `Ord`, and `Hash` from the
59
`impl_array_newtype` macro. Users will now need to derive these traits if they are wanted.
610

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "secp256k1"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
authors = [ "Dawid Ciężarkiewicz <[email protected]>",
55
"Andrew Poelstra <[email protected]>" ]
66
license = "CC0-1.0"

secp256k1-sys/CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Unreleased
1+
# 0.9.0 - 2023-10-23
22

3-
* Bump MSRV to 1.48
3+
* Add bindings to the ElligatorSwift implementation [#627](https://github.com/rust-bitcoin/rust-secp256k1/pull/627)
4+
* Update vendored lib secp256k1 to v0.4.0 [#653](https://github.com/rust-bitcoin/rust-secp256k1/pull/653)
5+
* Bump MSRV to 1.48 [#595](https://github.com/rust-bitcoin/rust-secp256k1/pull/595)
46

57
# 0.8.1 - 2023-03-16
68

0 commit comments

Comments
 (0)