Skip to content

Commit 0e2579f

Browse files
committed
Fix release date in changelogs
We have a typo in the release date of the cahngelogs, release was in March not in the mythical 13th month.
1 parent 11b8786 commit 0e2579f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.27.0 - 2023-13-15
1+
# 0.27.0 - 2023-03-15
22

33
* [Depend on newly release `bitcoin_hashes` v0.12](https://github.com/rust-bitcoin/rust-secp256k1/pull/588).
44
* [Implement `Debug` trait for `Scalar` type](https://github.com/rust-bitcoin/rust-secp256k1/pull/578).

secp256k1-sys/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.8.1 - 2023-13-16
1+
# 0.8.1 - 2023-03-16
22

33
* [Implement `insecure-erase`](https://github.com/rust-bitcoin/rust-secp256k1/pull/582).
44

0 commit comments

Comments
 (0)