Skip to content

Commit f072117

Browse files
authored
Merge pull request #5 from chriswk/release-plz/2023-05-11T08-14-18Z
chore: release v0.1.1
2 parents 0680cb3 + 05fecef commit f072117

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.1](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.0...v0.1.1) - 2023-05-11
10+
11+
### Added
12+
- Postgresql Session Store for Actix
13+
14+
### Fixed
15+
- Use correct license identificator
16+
- Updated to use jsonb type for storing session data
17+
18+
### Other
19+
- release
20+
- Drop minimal test run
21+
- Set description and license
22+
- set MSRV to 1.69.0
23+
- Added test workflow
24+
- Add acceptance test suite
25+
- Initial commit
26+
927
## [0.1.0](https://github.com/chriswk/actix-session-sqlx-postgres/releases/tag/v0.1.0) - 2023-05-11
1028

1129
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-session-sqlx-postgres"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Christopher Kolstad <[email protected]>", "Simon Hornby <[email protected]>"]
66
description = "Actix Session Sqlx Postgres is a Sqlx Postgres implementation of the ActixSession Store trait"

0 commit comments

Comments
 (0)