mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-02 21:16:37 +02:00
chore(actix-session): prepare release 0.11.0
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.11.0
|
||||
|
||||
- Add `Session::contains_key` method.
|
||||
- Add `Session::update[_or]()` methods.
|
||||
- Update `redis` dependency to `0.32`.
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-session"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Luca Palmieri <rust@lpalmieri.com>",
|
||||
@@ -14,7 +14,6 @@ edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
|
@@ -5,9 +5,9 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
[](https://crates.io/crates/actix-session)
|
||||
[](https://docs.rs/actix-session/0.10.1)
|
||||
[](https://docs.rs/actix-session/0.11.1)
|
||||

|
||||
[](https://deps.rs/crate/actix-session/0.10.1)
|
||||
[](https://deps.rs/crate/actix-session/0.11.1)
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
|
Reference in New Issue
Block a user