Skip to content

Commit

Permalink
Release 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Jan 1, 2025
1 parent 536661e commit 493dc2a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## Unreleased

## 0.15.0 (1. Janurary, 2025)
### Changed
- (Breaking) Axum 0.8.1 and axum_session 0.15"

## 0.14.1 (6. September, 2024)
### Changed
- cache hit/miss traces from warn level to debug level @jhoobergs
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [

[package]
name = "axum_session_auth"
version = "0.14.1"
version = "0.15.0"
authors = ["Andrew Wheeler <[email protected]>"]
description = "Library to Provide a User Authentication and privilege Token Checks. It requires the Axum_Session library."
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ If you need help with this library or have suggestions please go to our [Discord
# Cargo.toml
[dependencies]
# Postgres + rustls
axum_session_auth = { version = "0.14.0" }
axum_session_sqlx = { version = "0.3.0" }
axum_session_auth = { version = "0.15.0" }
axum_session_sqlx = { version = "0.4.0" }
```

#### Cargo Feature Flags
Expand Down

0 comments on commit 493dc2a

Please sign in to comment.