File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " fixedbitset"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
authors = [" bluss" ]
5
5
license = " MIT/Apache-2.0"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ Please read the [API documentation here](https://docs.rs/fixedbitset/)
10
10
11
11
# Recent Changes
12
12
13
+ - 0.4.2
14
+ - [ #79 ] ( https://github.com/petgraph/fixedbitset/pull/79 ) : Add ` is_clear ` ,
15
+ clarify ` is_empty ` and ` len ` documentation by \@ nicopap.
13
16
- 0.4.1
14
17
- Documentation and formatting fixes.
15
18
- 0.4.0
Original file line number Diff line number Diff line change 11
11
//!
12
12
//! This version of fixedbitset requires Rust 1.39 or later.
13
13
//!
14
- #![ doc( html_root_url = "https://docs.rs/fixedbitset/0.4.1 /" ) ]
14
+ #![ doc( html_root_url = "https://docs.rs/fixedbitset/0.4.2 /" ) ]
15
15
#![ cfg_attr( not( feature = "std" ) , no_std) ]
16
16
17
17
#[ cfg( not( feature = "std" ) ) ]
You can’t perform that action at this time.
0 commit comments