Skip to content

Commit 8ab1587

Browse files
committed
Bump objc2-foundation version 0.2.0-alpha.4 -> 0.2.0-alpha.5
1 parent 12ca8a0 commit 8ab1587

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

objc2-foundation/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.5 - 2022-06-13
11+
912
### Added
1013
* Objects now `Deref` to their superclasses. E.g. `NSMutableArray` derefs to
1114
`NSArray`, which derefs to `NSObject`, which derefs to `Object`.

objc2-foundation/Cargo.toml

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

objc2-foundation/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// TODO: #![warn(missing_docs)]
3333
#![deny(unsafe_op_in_unsafe_fn)]
3434
// Update in Cargo.toml as well.
35-
#![doc(html_root_url = "https://docs.rs/objc2-foundation/0.2.0-alpha.4")]
35+
#![doc(html_root_url = "https://docs.rs/objc2-foundation/0.2.0-alpha.5")]
3636

3737
extern crate alloc;
3838
extern crate std;

0 commit comments

Comments
 (0)