From 493dc2a04e912cddf0e858a4fdef719d3b6d73d4 Mon Sep 17 00:00:00 2001 From: genusistimelord Date: Wed, 1 Jan 2025 14:49:39 -0500 Subject: [PATCH] Release 0.15 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f48a20..56b4add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 4e92fa0..c0517b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,7 +467,7 @@ dependencies = [ [[package]] name = "axum_session_auth" -version = "0.14.1" +version = "0.15.0" dependencies = [ "anyhow", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 28f35d1..b21da0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ [package] name = "axum_session_auth" -version = "0.14.1" +version = "0.15.0" authors = ["Andrew Wheeler "] description = "Library to Provide a User Authentication and privilege Token Checks. It requires the Axum_Session library." edition = "2021" diff --git a/README.md b/README.md index a89f060..99a5b18 100644 --- a/README.md +++ b/README.md @@ -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