Skip to content

Commit a1d8c90

Browse files
committed
Merge #677: bump version to 0.28.2
1a162fa bump version to 0.28.2 (Andrew Poelstra) Pull request description: Minor version which just adds some methods to various types. ACKs for top commit: Kixunil: ACK 1a162fa Tree-SHA512: d93b1abc04d6165bf121f9385683178ada0103501a3de198772b992e2c01e8d9e742f7cd111fdaef825be4fd989d01b6928f2dece4fd78e286798ee905ce9e42
2 parents 9bc110b + 1a162fa commit a1d8c90

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.28.2 - 2024-01-30
2+
3+
* Implement `Hash` for `Scalar` [#674](https://github.com/rust-bitcoin/rust-secp256k1/pull/674)
4+
* Implement `Ord` and `PartialOrd` for `RecoverableSignature` [#611](https://github.com/rust-bitcoin/rust-secp256k1/pull/611)
5+
* Add byte accessors to `ElligatorSwiftSharedSecret` [#676](https://github.com/rust-bitcoin/rust-secp256k1/pull/676)
6+
17
# 0.28.1 - 2024-01-03
28

39
* Update secp265k1-sys to 0.9.2 (contains some fixes for WASM and [a FFI binding fix](https://github.com/rust-bitcoin/rust-secp256k1/pull/6700))

Cargo-minimal.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
257257

258258
[[package]]
259259
name = "secp256k1"
260-
version = "0.28.1"
260+
version = "0.28.2"
261261
dependencies = [
262262
"bincode",
263263
"bitcoin_hashes",

Cargo-recent.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
178178

179179
[[package]]
180180
name = "secp256k1"
181-
version = "0.28.1"
181+
version = "0.28.2"
182182
dependencies = [
183183
"bincode",
184184
"bitcoin_hashes",

Cargo.toml

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

0 commit comments

Comments
 (0)