Skip to content

Commit d6bc035

Browse files
committed
Bump block2 version 0.2.0-alpha.5 -> 0.2.0-alpha.6
1 parent d9e5f6a commit d6bc035

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

block2/CHANGELOG.md

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

77
## Unreleased - YYYY-MM-DD
88

9+
## 0.2.0-alpha.6 - 2022-08-28
10+
911
### Changed
1012
* **BREAKING**: Updated `objc2-encode` to `v2.0.0-pre.2`.
1113
* Updated `ffi` module to `block-sys v0.1.0-beta.1`.

block2/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.5"
4+
version = "0.2.0-alpha.6"
55
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"]
66
edition = "2021"
77

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

8888
extern crate alloc;
8989
extern crate std;

objc2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ malloc_buf = { version = "1.0", optional = true }
8585
objc-sys = { path = "../objc-sys", version = "=0.2.0-beta.2", default-features = false }
8686
objc2-encode = { path = "../objc2-encode", version = "=2.0.0-pre.2", default-features = false }
8787
objc2-proc-macros = { path = "../objc2-proc-macros", version = "0.1.0", optional = true }
88-
block2 = { path = "../block2", version = "=0.2.0-alpha.5", default-features = false, optional = true }
88+
block2 = { path = "../block2", version = "=0.2.0-alpha.6", default-features = false, optional = true }
8989

9090
# Provide methods to convert between `uuid::Uuid` and `objc2::foundation::NSUUID`
9191
uuid = { version = "1.1.2", optional = true, default-features = false }

0 commit comments

Comments
 (0)