Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genusistimelord committed Sep 3, 2023
1 parent 8a179c0 commit eb7a43f
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
Expand Up @@ -4,6 +4,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/)

## 0.4.0 (3. September, 2023)
### Changed
- Updated axum_session to 0.4.0.

## 0.3.1 (7. August, 2023)
### Changed
- Updated github link to renamed repo.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[package]
name = "axum_session_auth"
version = "0.3.1"
version = "0.4.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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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.3.0", features = [ "postgres-rustls" ] }
axum_session_auth = { version = "0.4.0", features = [ "postgres-rustls" ] }
```

#### Cargo Feature Flags
Expand Down

0 comments on commit eb7a43f

Please sign in to comment.