File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
8
## Unreleased - YYYY-MM-DD
9
9
10
+ ## 0.3.0-beta.2 - 2022-08-28
11
+
10
12
### Added
11
13
* Added the ` "unstable-static-class" ` and ` "unstable-static-class-inlined" `
12
14
feature flags to make the ` class! ` macro zero cost.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
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
4
4
authors = [
" Steven Sheldon" ,
" Mads Marquart <[email protected] >" ]
5
5
edition = " 2021"
6
6
Original file line number Diff line number Diff line change 175
175
#![ warn( clippy:: cargo) ]
176
176
#![ warn( clippy:: ptr_as_ptr) ]
177
177
// 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 " ) ]
179
179
180
180
#[ cfg( not( feature = "alloc" ) ) ]
181
181
compile_error ! ( "The `alloc` feature currently must be enabled." ) ;
You can’t perform that action at this time.
0 commit comments