diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2900782 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic +Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Changed + +- Permit conversion into and creation from "parts" + [#2](https://github.com/mxinden/asynchronous-codec/pull/2). + +## [0.5.0] - 2021-01-06 + +### Changed + +- Update to `bytes` `v1` and `pin-project-lite` `v0.2`. diff --git a/Cargo.toml b/Cargo.toml index a514123..cc29d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "asynchronous-codec" edition = "2018" -version = "0.5.0" +version = "0.6.0" authors = ["Max Inden "] description = "Utilities for encoding and decoding frames using `async/await`" license = "MIT"