Skip to content

Commit

Permalink
Update version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Jan 28, 2021
1 parent a5ad9b2 commit 73b8a16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Entries are listed in reverse chronological order.

## 2.4.1

* Add a note to the README about crate seizures.

## 2.4.0

* Add new `ConstantTimeGreater` and `ConstantTimeLess` traits, as well
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "subtle-ng"
# - update CHANGELOG
# - update html_root_url
# - update README if necessary by semver
version = "2.4.0"
version = "2.4.1"
authors = ["Isis Lovecruft <[email protected]>",
"Henry de Valence <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#![cfg_attr(feature = "nightly", feature(external_doc))]
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
#![cfg_attr(feature = "nightly", deny(missing_docs))]
#![doc(html_root_url = "https://docs.rs/subtle-ng/2.4.0")]
#![doc(html_root_url = "https://docs.rs/subtle-ng/2.4.1")]

//! Note that docs will only build on nightly Rust until
//! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732).
Expand Down

0 comments on commit 73b8a16

Please sign in to comment.