Skip to content

Commit

Permalink
release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrraymond committed Jul 3, 2022
1 parent f9d42f0 commit da287ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fixedbitset"
version = "0.4.1"
version = "0.4.2"
authors = ["bluss"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Please read the [API documentation here](https://docs.rs/fixedbitset/)

# Recent Changes

- 0.4.2
- [#79](https://github.com/petgraph/fixedbitset/pull/79): Add `is_clear`,
clarify `is_empty` and `len` documentation by \@nicopap.
- 0.4.1
- Documentation and formatting fixes.
- 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//! This version of fixedbitset requires Rust 1.39 or later.
//!
#![doc(html_root_url = "https://docs.rs/fixedbitset/0.4.1/")]
#![doc(html_root_url = "https://docs.rs/fixedbitset/0.4.2/")]
#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(not(feature = "std"))]
Expand Down

0 comments on commit da287ee

Please sign in to comment.