Skip to content

Commit

Permalink
chore(actix-identity): prepare release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jan 11, 2024
1 parent 8b4e8ea commit 89bf63e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions actix-identity/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 0.7.0

- Update `actix-session` dependency to `0.9`.
- Minimum supported Rust version (MSRV) is now 1.75.

## 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion actix-identity/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-identity"
version = "0.6.0"
version = "0.7.0"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Luca Palmieri <rust@lpalmieri.com>",
Expand Down
4 changes: 2 additions & 2 deletions actix-identity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!-- prettier-ignore-start -->

[![crates.io](https://img.shields.io/crates/v/actix-identity?label=latest)](https://crates.io/crates/actix-identity)
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.6.0)](https://docs.rs/actix-identity/0.6.0)
[![Documentation](https://docs.rs/actix-identity/badge.svg?version=0.7.0)](https://docs.rs/actix-identity/0.7.0)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-identity)
[![Dependency Status](https://deps.rs/crate/actix-identity/0.6.0/status.svg)](https://deps.rs/crate/actix-identity/0.6.0)
[![Dependency Status](https://deps.rs/crate/actix-identity/0.7.0/status.svg)](https://deps.rs/crate/actix-identity/0.7.0)

<!-- prettier-ignore-end -->

Expand Down

0 comments on commit 89bf63e

Please sign in to comment.