Skip to content

Commit

Permalink
Merge pull request #5 from chriswk/release-plz/2023-05-11T08-14-18Z
Browse files Browse the repository at this point in the history
chore: release v0.1.1
  • Loading branch information
chriswk authored Jun 30, 2023
2 parents 0680cb3 + 05fecef commit f072117
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.0...v0.1.1) - 2023-05-11

### Added
- Postgresql Session Store for Actix

### Fixed
- Use correct license identificator
- Updated to use jsonb type for storing session data

### Other
- release
- Drop minimal test run
- Set description and license
- set MSRV to 1.69.0
- Added test workflow
- Add acceptance test suite
- Initial commit

## [0.1.0](https://github.com/chriswk/actix-session-sqlx-postgres/releases/tag/v0.1.0) - 2023-05-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-session-sqlx-postgres"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Christopher Kolstad <git@chriswk.no>", "Simon Hornby <liquidwicked64@gmail.com>"]
description = "Actix Session Sqlx Postgres is a Sqlx Postgres implementation of the ActixSession Store trait"
Expand Down

0 comments on commit f072117

Please sign in to comment.