File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
## Unreleased - YYYY-MM-DD
8
8
9
9
10
+ ## 0.3.0 - 2023-07-31
11
+
12
+ ### Fixed
13
+ * Bumped version number to ensure that this crate can be compiled together
14
+ with code that depends on pre-releases of ` 0.2.0 ` .
15
+
16
+
10
17
## 0.2.0 - 2023-06-20
11
18
12
19
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " block2"
3
3
# Remember to update html_root_url in lib.rs and README.md
4
- version = " 0.2 .0"
4
+ version = " 0.3 .0"
5
5
authors = [
" Steven Sheldon" ,
" Mads Marquart <[email protected] >" ]
6
6
edition = " 2021"
7
7
rust-version = " 1.60"
Original file line number Diff line number Diff line change 83
83
#![ warn( clippy:: cargo) ]
84
84
#![ warn( clippy:: ptr_as_ptr) ]
85
85
// Update in Cargo.toml as well.
86
- #![ doc( html_root_url = "https://docs.rs/block2/0.2 .0" ) ]
86
+ #![ doc( html_root_url = "https://docs.rs/block2/0.3 .0" ) ]
87
87
88
88
extern crate alloc;
89
89
extern crate std;
You can’t perform that action at this time.
0 commit comments