Skip to content

Commit 308553c

Browse files
committed
Bump block2 version 0.2.0-alpha.3 -> 0.2.0-alpha.4
1 parent 2cb18f2 commit 308553c

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

block2/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-alpha.4 - 2022-06-13
11+
912
### Changed
1013
* **BREAKING**: Updated `objc2-encode` to `v2.0.0-pre.0`.
1114
* **BREAKING**: Updated `ffi` module to `block-sys v0.0.4`.

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.3"
4+
version = "0.2.0-alpha.4"
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
@@ -81,7 +81,7 @@
8181
#![warn(unreachable_pub)]
8282
#![deny(unsafe_op_in_unsafe_fn)]
8383
// Update in Cargo.toml as well.
84-
#![doc(html_root_url = "https://docs.rs/block2/0.2.0-alpha.3")]
84+
#![doc(html_root_url = "https://docs.rs/block2/0.2.0-alpha.4")]
8585

8686
extern crate std;
8787

objc2-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gnustep-2-0 = ["gnustep-1-9", "objc2/gnustep-2-0", "block2?/gnustep-2-0"]
3030
gnustep-2-1 = ["gnustep-2-0", "objc2/gnustep-2-1", "block2?/gnustep-2-1"]
3131

3232
[dependencies]
33-
block2 = { path = "../block2", version = "=0.2.0-alpha.3", default-features = false, optional = true }
33+
block2 = { path = "../block2", version = "=0.2.0-alpha.4", default-features = false, optional = true }
3434
objc2 = { path = "../objc2", version = "=0.3.0-alpha.6", default-features = false }
3535

3636
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)