Skip to content

Commit fd77515

Browse files
committed
Bump block2 version 0.2.0-alpha.8 -> 0.2.0
1 parent d7d53fd commit fd77515

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased - YYYY-MM-DD
88

9+
10+
## 0.2.0 - 2023-06-20
11+
912
### Changed
1013
* **BREAKING**: Updated `objc2` dependency to `v0.4.0`.
1114

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-alpha.8"
4+
version = "0.2.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-alpha.8")]
86+
#![doc(html_root_url = "https://docs.rs/block2/0.2.0")]
8787

8888
extern crate alloc;
8989
extern crate std;

0 commit comments

Comments
 (0)