File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ This project adheres to [ Semantic Versioning] ( https://semver.org ) .
6
+
7
+ ## Unreleased
8
+
9
+ ## 0.1.1
10
+
11
+ - Deprecate ` unsafe_pinned! ` and ` unsafe_unpinned! ` . Use ` pin-project ` or ` pin-project-lite ` crate instead. (#33 )
12
+ - Soft-deprecate ` pin_mut! ` in favor of ` std::pin::pin! ` that stabilized in Rust 1.68. (#39 )
13
+
14
+ ## 0.1.0
15
+
16
+ - First non-alpha release.
17
+ - Fix some ` core ` symbol hygiene.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pin-utils"
3
3
edition = " 2018"
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
authors = [
" Josef Brandl <[email protected] >" ]
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
You can’t perform that action at this time.
0 commit comments