bump version

This commit is contained in:
Nikolay Kim 2021-02-24 04:52:49 +06:00
parent 8bd63b07b3
commit 8f016592fd
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
# Changes
## [0.3.0-b.2] - 2021-02-24
## [0.3.1] - 2021-02-24
* server: Make TestServer::connect() async
## [0.3.0-b.1] - 2021-02-24
## [0.3.0] - 2021-02-24
* Migrate to tokio 1.x

View file

@ -1,6 +1,6 @@
[package]
name = "ntex"
version = "0.3.0"
version = "0.3.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Framework for composable network services"
readme = "README.md"