Skip to content

Commit a3211b7

Browse files
committed
chore(actix-identity): prepare release 0.8.0
1 parent a89d3a5 commit a3211b7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

actix-identity/CHANGES.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.8.0
6+
57
- Update `actix-session` dependency to `0.10`.
68

79
## 0.7.1

actix-identity/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-identity"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = [
55
"Nikolay Kim <[email protected]>",
66
"Luca Palmieri <[email protected]>",

actix-identity/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<!-- prettier-ignore-start -->
66

77
[![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity)
8-
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.7.1)](https://docs.rs/actix-identity/0.7.1)
8+
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.8.0)](https://docs.rs/actix-identity/0.8.0)
99
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity)
10-
[![Dependency Status](https://deps.rs/crate/actix-identity/0.7.1/status.svg)](https://deps.rs/crate/actix-identity/0.7.1)
10+
[![Dependency Status](https://deps.rs/crate/actix-identity/0.8.0/status.svg)](https://deps.rs/crate/actix-identity/0.8.0)
1111

1212
<!-- prettier-ignore-end -->
1313

0 commit comments

Comments
 (0)