Skip to content

Commit 604f470

Browse files
committed
Bump block2 version 0.2.0 -> 0.3.0
1 parent 8b9789b commit 604f470

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77
## Unreleased - YYYY-MM-DD
88

99

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+
1017
## 0.2.0 - 2023-06-20
1118

1219
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "block2"
33
# Remember to update html_root_url in lib.rs and README.md
4-
version = "0.2.0"
4+
version = "0.3.0"
55
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"]
66
edition = "2021"
77
rust-version = "1.60"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
#![warn(clippy::cargo)]
8484
#![warn(clippy::ptr_as_ptr)]
8585
// 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")]
8787

8888
extern crate alloc;
8989
extern crate std;

0 commit comments

Comments
 (0)