From c6edb2a48a36a3a3f2128e884108e767b609be6b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 21 Oct 2021 17:37:00 +0100 Subject: [PATCH] prepare actix-session release 0.5.0-beta.3 --- actix-identity/CHANGES.md | 6 +++--- actix-protobuf/CHANGES.md | 4 ++-- actix-redis/CHANGES.md | 8 ++++---- actix-session/CHANGES.md | 11 +++++++---- actix-session/Cargo.toml | 2 +- actix-session/README.md | 4 ++-- 6 files changed, 19 insertions(+), 16 deletions(-) diff --git a/actix-identity/CHANGES.md b/actix-identity/CHANGES.md index 02644bf9f..ade9868a2 100644 --- a/actix-identity/CHANGES.md +++ b/actix-identity/CHANGES.md @@ -1,17 +1,17 @@ # Changes -## Unreleased - 2020-xx-xx +## Unreleased - 2021-xx-xx * Update `actix-web` dependency to v4.0.0-beta.10. [#203] * Minimum supported Rust version (MSRV) is now 1.52. [#203]: https://github.com/actix/actix-extras/pull/203 -## 0.4.0-beta.2 - 2020-06-27 +## 0.4.0-beta.2 - 2021-06-27 * No notable changes. -## 0.4.0-beta.1 - 2020-04-02 +## 0.4.0-beta.1 - 2021-04-02 * Rename `CookieIdentityPolicy::{max_age => max_age_secs}`. [#168] * Rename `CookieIdentityPolicy::{max_age_time => max_age}`. [#168] * Update `actix-web` dependency to 4.0.0 beta. diff --git a/actix-protobuf/CHANGES.md b/actix-protobuf/CHANGES.md index 872360803..022b37449 100644 --- a/actix-protobuf/CHANGES.md +++ b/actix-protobuf/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## Unreleased - 2020-xx-xx +## Unreleased - 2021-xx-xx * Bump `prost` version to 0.8. [#197] * Update `actix-web` dependency to v4.0.0-beta.10. [#203] * Minimum supported Rust version (MSRV) is now 1.52. @@ -9,7 +9,7 @@ [#203]: https://github.com/actix/actix-extras/pull/203 -## 0.7.0-beta.1 - 2020-06-27 +## 0.7.0-beta.1 - 2021-06-27 * Bump `prost` version to 0.7. [#144] * Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. diff --git a/actix-redis/CHANGES.md b/actix-redis/CHANGES.md index 3b05880b2..e5cbe78ff 100644 --- a/actix-redis/CHANGES.md +++ b/actix-redis/CHANGES.md @@ -1,22 +1,22 @@ # Changes -## Unreleased - 2020-xx-xx +## Unreleased - 2021-xx-xx * Update `actix-web` dependency to v4.0.0-beta.10. [#203] * Minimum supported Rust version (MSRV) is now 1.52. [#203]: https://github.com/actix/actix-extras/pull/203 -## 0.10.0-beta.2 - 2020-06-27 +## 0.10.0-beta.2 - 2021-06-27 * No notable changes. -## 0.10.0-beta.1 - 2020-04-02 +## 0.10.0-beta.1 - 2021-04-02 * Update `actix-web` dependency to 4.0.0 beta. * Minimum supported Rust version (MSRV) is now 1.46.0. -## 0.9.2 - 2020-03-21 +## 0.9.2 - 2021-03-21 * Implement `std::error::Error` for `Error` [#135] * Allow the removal of `Max-Age` for session-only cookies. [#161] diff --git a/actix-session/CHANGES.md b/actix-session/CHANGES.md index b04ecac80..c25f009b1 100644 --- a/actix-session/CHANGES.md +++ b/actix-session/CHANGES.md @@ -1,6 +1,9 @@ # Changes -## Unreleased - 2020-xx-xx +## Unreleased - 2021-xx-xx + + +## 0.5.0-beta.3 - 2021-10-21 * Impl `Clone` for `CookieSession`. [#201] * Update `actix-web` dependency to v4.0.0-beta.10. [#203] * Minimum supported Rust version (MSRV) is now 1.52. @@ -9,11 +12,11 @@ [#203]: https://github.com/actix/actix-extras/pull/203 -## 0.5.0-beta.2 - 2020-06-27 +## 0.5.0-beta.2 - 2021-06-27 * No notable changes. -## 0.5.0-beta.1 - 2020-04-02 +## 0.5.0-beta.1 - 2021-04-02 * Add `Session::entries`. [#170] * Rename `Session::{set => insert}` to match standard hash map naming. [#170] * Return values from `Session::remove`. [#170] @@ -26,7 +29,7 @@ [#170]: https://github.com/actix/actix-extras/pull/170 -## 0.4.1 - 2020-03-21 +## 0.4.1 - 2021-03-21 * `Session::set_session` takes a `IntoIterator` instead of `Iterator`. [#105] * Fix calls to `session.purge()` from paths other than the one specified in the cookie. [#129] diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index c50318566..63c420b05 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-session" -version = "0.5.0-beta.2" +version = "0.5.0-beta.3" authors = ["Nikolay Kim "] description = "Sessions for Actix web" keywords = ["http", "web", "framework", "async", "session"] diff --git a/actix-session/README.md b/actix-session/README.md index fbc13a1de..74694f792 100644 --- a/actix-session/README.md +++ b/actix-session/README.md @@ -3,9 +3,9 @@ > Sessions for Actix Web. [![crates.io](https://img.shields.io/crates/v/actix-session?label=latest)](https://crates.io/crates/actix-session) -[![Documentation](https://docs.rs/actix-session/badge.svg?version=0.5.0-beta.2)](https://docs.rs/actix-session/0.5.0-beta.2) +[![Documentation](https://docs.rs/actix-session/badge.svg?version=0.5.0-beta.3)](https://docs.rs/actix-session/0.5.0-beta.3) ![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-session) -[![Dependency Status](https://deps.rs/crate/actix-session/0.5.0-beta.2/status.svg)](https://deps.rs/crate/actix-session/0.5.0-beta.2) +[![Dependency Status](https://deps.rs/crate/actix-session/0.5.0-beta.3/status.svg)](https://deps.rs/crate/actix-session/0.5.0-beta.3) ## Documentation & Resources