Skip to content

Commit

Permalink
bump version to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Oct 14, 2021
1 parent bd189c1 commit 763a0fa
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 @@ -4,6 +4,10 @@ Entries are listed in reverse chronological order per major series.

## 4.x series

### 4.1.1

* Fix missing `doc(cfg(...))` when using the `simd_backend` feature.

### 4.1.0

* Update `subtle-ng` to `2.5` and replace the deprecated `#[doc(include())]`
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 = "curve25519-dalek-ng"
# - update CHANGELOG
# - update html_root_url
# - update README if required by semver
version = "4.1.0"
version = "4.1.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 @@ -13,7 +13,7 @@
#![cfg_attr(feature = "nightly", feature(doc_cfg))]
#![deny(missing_docs)]
#![doc = include_str!("../README.md")]
#![doc(html_root_url = "https://docs.rs/curve25519-dalek-ng/4.1.0")]
#![doc(html_root_url = "https://docs.rs/curve25519-dalek-ng/4.1.1")]

//------------------------------------------------------------------------
// External dependencies:
Expand Down

0 comments on commit 763a0fa

Please sign in to comment.