Skip to content

Commit bc8b9b5

Browse files
committed
Release 0.1.1
1 parent 3ee436e commit bc8b9b5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pin-utils"
33
edition = "2018"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
authors = ["Josef Brandl <mail@josefbrandl.de>"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)