File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## Unreleased - YYYY-MM-DD
8
8
9
+
10
+ ## 0.2.0 - 2023-06-20
11
+
9
12
### Changed
10
13
* ** BREAKING** : Updated ` objc2 ` dependency to ` v0.4.0 ` .
11
14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " block2"
3
3
# Remember to update html_root_url in lib.rs and README.md
4
- version = " 0.2.0-alpha.8 "
4
+ version = " 0.2.0"
5
5
authors = [
" Steven Sheldon" ,
" Mads Marquart <[email protected] >" ]
6
6
edition = " 2021"
7
7
rust-version = " 1.60"
Original file line number Diff line number Diff line change 83
83
#![ warn( clippy:: cargo) ]
84
84
#![ warn( clippy:: ptr_as_ptr) ]
85
85
// Update in Cargo.toml as well.
86
- #![ doc( html_root_url = "https://docs.rs/block2/0.2.0-alpha.8 " ) ]
86
+ #![ doc( html_root_url = "https://docs.rs/block2/0.2.0" ) ]
87
87
88
88
extern crate alloc;
89
89
extern crate std;
You can’t perform that action at this time.
0 commit comments