Skip to content

Commit 230fb98

Browse files
committed
Bump objc2 version 0.3.0-beta.1 -> 0.3.0-beta.2
1 parent 1b32385 commit 230fb98

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

objc2/CHANGELOG.md

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

88
## Unreleased - YYYY-MM-DD
99

10+
## 0.3.0-beta.2 - 2022-08-28
11+
1012
### Added
1113
* Added the `"unstable-static-class"` and `"unstable-static-class-inlined"`
1214
feature flags to make the `class!` macro zero cost.

objc2/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"
3-
version = "0.3.0-beta.1" # Remember to update html_root_url in lib.rs
3+
version = "0.3.0-beta.2" # Remember to update html_root_url in lib.rs
44
authors = ["Steven Sheldon", "Mads Marquart <[email protected]>"]
55
edition = "2021"
66

objc2/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
#![warn(clippy::cargo)]
176176
#![warn(clippy::ptr_as_ptr)]
177177
// Update in Cargo.toml as well.
178-
#![doc(html_root_url = "https://docs.rs/objc2/0.3.0-beta.1")]
178+
#![doc(html_root_url = "https://docs.rs/objc2/0.3.0-beta.2")]
179179

180180
#[cfg(not(feature = "alloc"))]
181181
compile_error!("The `alloc` feature currently must be enabled.");

0 commit comments

Comments
 (0)