prep release

This commit is contained in:
Nikolay Kim 2021-02-20 13:14:13 +06:00
parent e46cc3292a
commit c8a229422f
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Changes
## [0.3.0] - 2021-01-23
## [0.3.0] - 2021-02-20
* Make Encoder and Decoder methods immutable

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-codec"
version = "0.3.0-b.1"
version = "0.3.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]
@ -25,5 +25,5 @@ log = "0.4"
tokio = { version = "0.2.6", default-features=false }
[dev-dependencies]
ntex = "0.2.0-b.3"
ntex = "0.2.0-b.13"
futures = "0.3.12"