Skip to content

Commit 89bf63e

Browse files
committed
chore(actix-identity): prepare release 0.7.0
1 parent 8b4e8ea commit 89bf63e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

actix-identity/CHANGES.md

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

33
## Unreleased
44

5+
## 0.7.0
6+
7+
- Update `actix-session` dependency to `0.9`.
58
- Minimum supported Rust version (MSRV) is now 1.75.
69

710
## 0.6.0

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.6.0"
3+
version = "0.7.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.6.0)](https://docs.rs/actix-identity/0.6.0)
8+
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.7.0)](https://docs.rs/actix-identity/0.7.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.6.0/status.svg)](https://deps.rs/crate/actix-identity/0.6.0)
10+
[![Dependency Status](https://deps.rs/crate/actix-identity/0.7.0/status.svg)](https://deps.rs/crate/actix-identity/0.7.0)
1111

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

0 commit comments

Comments
 (0)