Skip to content

Commit

Permalink
*: Update CHANGELOG.md and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jan 31, 2021
1 parent 61be062 commit d950ee4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "asynchronous-codec"
edition = "2018"
version = "0.5.0"
version = "0.6.0"
authors = ["Max Inden <mail@max-inden.de>"]
description = "Utilities for encoding and decoding frames using `async/await`"
license = "MIT"
Expand Down

0 comments on commit d950ee4

Please sign in to comment.