Skip to content

Commit ba37607

Browse files
chore: release v0.2.0
1 parent a090b78 commit ba37607

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.2.0](https://github.com/fa-sharp/rocket-flex-session/compare/v0.1.3...v0.2.0) - 2025-09-10
11+
12+
### Added
13+
14+
- [**breaking**] add sqlite storage, refactor storage traits and inner session ([#6](https://github.com/fa-sharp/rocket-flex-session/pull/6))
15+
- use builder pattern ([#5](https://github.com/fa-sharp/rocket-flex-session/pull/5))
16+
- session indexing ([#1](https://github.com/fa-sharp/rocket-flex-session/pull/1))
17+
18+
### Fixed
19+
20+
- indexed storages missing impl
21+
- unnecessary cookie creation when updating the session data ([#2](https://github.com/fa-sharp/rocket-flex-session/pull/2))
22+
23+
### Other
24+
25+
- Update README.md
26+
- bump rand & retainer, use rocket exports for deps ([#3](https://github.com/fa-sharp/rocket-flex-session/pull/3))

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,6 +1,6 @@
11
[package]
22
name = "rocket_flex_session"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "Flexible sessions for Rocket applications"
55
edition = "2021"
66
authors = ["fa-sharp"]

0 commit comments

Comments
 (0)