Skip to content

Commit 829a366

Browse files
committed
Bump version to v0.28.0
In preparation for releasing `secp256k1-sys v0.9.0` and `secp256k1 v0.28.0` add changelog entries to both crates, bump the version of `secp256k1` (`secp256k1-sys` was done already), and update the lock files.
1 parent 302ff20 commit 829a366

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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-08-24
22

3-
* Bump MSRV to 1.48
3+
* Depend on recent release of `secp2561-sys`.
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Unreleased
1+
# 0.9.1
22

3+
* Update libsecp256k1 to v0.3.2 [#645](https://github.com/rust-bitcoin/rust-secp256k1/pull/645)
34
* Bump MSRV to 1.48
45

56
# 0.8.1 - 2023-03-16

0 commit comments

Comments
 (0)