From 327df159c6a3b6e29900d674e558db31b4619b8e Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 3 Mar 2018 18:46:22 -0800 Subject: [PATCH] prepare release --- CHANGES.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d5e60ee32..a1f2b6de9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,11 @@ # Changes -## 0.4.3 (2018-03-xx) +## 0.4.3 (2018-03-03) * Fix request body read bug +* Fix segmentation fault #79 + * Set reuse address before bind #90 diff --git a/Cargo.toml b/Cargo.toml index fef3bad0e..2c035c5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web" -version = "0.4.2" +version = "0.4.3" authors = ["Nikolay Kim "] description = "Actix web is a small, pragmatic, extremely fast, web framework for Rust." readme = "README.md"