release: prep chacha20-poly1305 crate for 0.1.2

This commit is contained in:
Nick Johnson 2025-05-15 19:40:15 -07:00
parent ef5e3256df
commit ea0a31876f
No known key found for this signature in database
GPG Key ID: 97B34267D0DBC8BF
4 changed files with 7 additions and 3 deletions

View File

@ -182,7 +182,7 @@ checksum = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
[[package]]
name = "chacha20-poly1305"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"hex-conservative 0.3.0",
]

View File

@ -184,7 +184,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chacha20-poly1305"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"hex-conservative 0.3.0",
]

View File

@ -1,3 +1,7 @@
# 0.1.2 - 2025-05-15
* Fixed a bug which was doubling the amount of work, performance should be improved [#4083](https://github.com/rust-bitcoin/rust-bitcoin/pull/4083).
# 0.1.1 - 2024-11-07
* The crate is now `no_std`.

View File

@ -1,6 +1,6 @@
[package]
name = "chacha20-poly1305"
version = "0.1.1"
version = "0.1.2"
authors = ["Nick Johnson <nick@yonson.dev>", "Robert Netzke <rustaceanrob@protonmail.com>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"