Skip to content

Commit 73771ba

Browse files
committed
Bump version to 2.2.1.
The preceding `cargo publish` was done starting from the wrong local state; I had an inconsistent state relative to GitHub because of locally testing the fuzz targets PR. Oops.
1 parent 48a0690 commit 73771ba

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
Entries are listed in reverse chronological order.
44

5+
## 2.2.1
6+
7+
* Adds an `or_else` combinator for `CtOption`, by @ebfull.
8+
* Optimized `black_box` for `nightly`, by @jethrogb.
9+
* Optimized `black_box` for `stable`, by @dsprenkels.
10+
* Fixed CI for `no_std`, by @dsprenkels.
11+
* Fixed fuzz target compilation, by @3for.
12+
13+
## 2.2.0
14+
15+
* Error during `cargo publish`, yanked.
16+
517
## 2.1.1
618

719
* Adds the "crypto" tag to crate metadata.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "subtle"
3-
version = "2.1.1"
3+
version = "2.2.1"
44
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
55
"Henry de Valence <hdevalence@hdevalence.ca>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)