1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

prepare actix-server release

This commit is contained in:
Nikolay Kim
2019-09-25 10:35:15 +06:00
parent a02ff17cb1
commit 4837a901e2
3 changed files with 8 additions and 70 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.6.1] - 2019-09-25
### Added
* Add UDS listening support to `ServerBuilder`
## [0.6.0] - 2019-07-18
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "0.6.0"
version = "0.6.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix server - General purpose tcp server"
keywords = ["network", "framework", "async", "futures"]