Skip to content

Commit

Permalink
mark 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Jun 10, 2024
1 parent da26afd commit a03d0ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# 0.15.3

- Update dev dependencies; placate docs.rs

# 0.15.2

- Avoid unnecessary clone #225
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To use the crate in your project, add the following to your `Cargo.toml` file:

```toml
[dependencies]
axum-login = "0.15.2"
axum-login = "0.15.3"
```

## 🤸 Usage
Expand Down
2 changes: 1 addition & 1 deletion axum-login/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum-login"
version = "0.15.2"
version = "0.15.3"
description = "🪪 User identification, authentication, and authorization for Axum."
edition = "2021"
homepage = "https://github.com/maxcountryman/axum-login"
Expand Down

0 comments on commit a03d0ab

Please sign in to comment.