Skip to content

Commit 502ae67

Browse files
authored
Merge pull request #12 from jimmielovell/fix-version
Fix version
2 parents fdf000e + 8a5534f commit 502ae67

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Changelog
2+
3+
## [0.4.2] - 2024-12-14
4+
### Fixed
5+
- Match Cargo.toml version and install version in the README.md
6+
7+
## [0.4.0] - 2024-12-14
8+
### Added
9+
- New `MemoryStore` implementation for development and testing environments
10+
- Comprehensive test suite for redis and axum session extraction
11+
112
## [0.4.0] - 2024-12-14
213
### Added
314
- New `MemoryStore` implementation for development and testing environments

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ruts"
33
description = "A middleware for tower sessions"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
edition = "2021"
66
authors = ["Jimmie Lovell <[email protected]>"]
77
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following to your `Cargo.toml`:
1717

1818
```toml
1919
[dependencies]
20-
ruts = "0.4.0"
20+
ruts = "0.4.2"
2121
```
2222

2323
## Quick Start

0 commit comments

Comments
 (0)