Skip to content

Commit 2cb18f2

Browse files
committed
Bump block-sys version 0.0.3 -> 0.0.4
1 parent c32e4bf commit 2cb18f2

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

block-sys/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.0.4 - 2022-06-13
11+
912
### Changed
1013
* **BREAKING**: Changed `links` key from `block` to `block_0_0` for better
1114
future compatibility, until we reach 1.0 (so `DEP_BLOCK_CC_ARGS` in build

block-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "block-sys"
3-
version = "0.0.3" # Remember to update html_root_url in lib.rs
3+
version = "0.0.4" # Remember to update html_root_url in lib.rs
44
authors = ["Mads Marquart <[email protected]>"]
55
edition = "2021"
66

block-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#![no_std]
1616
// Update in Cargo.toml as well.
17-
#![doc(html_root_url = "https://docs.rs/block-sys/0.0.3")]
17+
#![doc(html_root_url = "https://docs.rs/block-sys/0.0.4")]
1818

1919
extern crate std;
2020

block2/CHANGELOG.md

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

99
### Changed
10-
* **BREAKING**: Updated `objc2-encode` to `v2.0.0-pre.0`
10+
* **BREAKING**: Updated `objc2-encode` to `v2.0.0-pre.0`.
11+
* **BREAKING**: Updated `ffi` module to `block-sys v0.0.4`.
1112

1213
### Removed
1314
* **BREAKING**: Removed `DerefMut` implementation for `ConcreteBlock`.
@@ -18,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1819
### Changed
1920
* Changed `global_block!` macro to take an optional semicolon at the end.
2021
* Improved documentation.
21-
* **BREAKING**: Updated `ffi` module to `block-sys v0.0.3`
22+
* **BREAKING**: Updated `ffi` module to `block-sys v0.0.3`.
2223

2324

2425
## 0.2.0-alpha.2 - 2021-12-22

block2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gnustep-2-1 = ["gnustep-2-0", "block-sys/gnustep-2-1"]
3131

3232
[dependencies]
3333
objc2-encode = { path = "../objc2-encode", version = "=2.0.0-pre.0", default-features = false }
34-
block-sys = { path = "../block-sys", version = "0.0.3", default-features = false }
34+
block-sys = { path = "../block-sys", version = "0.0.4", default-features = false }
3535

3636
[package.metadata.docs.rs]
3737
default-target = "x86_64-apple-darwin"

0 commit comments

Comments
 (0)