From 327e472e440c98815c4705c2dcec0e1f9ffaac18 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 13 Jul 2020 15:35:30 +0100 Subject: [PATCH] prepare http-2.0.0-beta.1 release (#1596) --- actix-http/CHANGES.md | 16 +++++++++++----- actix-http/Cargo.toml | 4 ++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/actix-http/CHANGES.md b/actix-http/CHANGES.md index 138210f95..a185a9f81 100644 --- a/actix-http/CHANGES.md +++ b/actix-http/CHANGES.md @@ -1,13 +1,19 @@ # Changes -## [Unreleased] +## [Unreleased] - xxx + +## [2.0.0-beta.1] - 2020-07-11 ### Changed -* Migrate cookie handling to `cookie` crate. -* Update `sha-1` to 0.9 -* MSRV is now 1.41.1 -* Fix client leak [#1580] +* Migrate cookie handling to `cookie` crate. [#1558] +* Update `sha-1` to 0.9. [#1586] +* Fix leak in client pool. [#1580] +* MSRV is now 1.41.1. + +[#1558]: https://github.com/actix/actix-web/pull/1558 +[#1586]: https://github.com/actix/actix-web/pull/1586 +[#1580]: https://github.com/actix/actix-web/pull/1580 ## [2.0.0-alpha.4] - 2020-05-21 diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 6095f89ea..a9bec59de 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "actix-http" -version = "2.0.0-alpha.4" +version = "2.0.0-beta.1" authors = ["Nikolay Kim "] -description = "Actix http primitives" +description = "Actix HTTP primitives" readme = "README.md" keywords = ["actix", "http", "framework", "async", "futures"] homepage = "https://actix.rs"