We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee436e commit bc8b9b5Copy full SHA for bc8b9b5
CHANGELOG.md
@@ -0,0 +1,16 @@
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
13
+## 0.1.0
14
15
+- First non-alpha release.
16
+- Fix some `core` symbol hygiene.
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pin-utils"
edition = "2018"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Josef Brandl <mail@josefbrandl.de>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
0 commit comments