From b1d5added244a1eb0ad4203382e6d369bb4c29ad Mon Sep 17 00:00:00 2001 From: release-plz Date: Thu, 11 May 2023 07:56:03 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8227803 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog +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/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.0](https://github.com/chriswk/actix-session-sqlx-postgres/releases/tag/v0.1.0) - 2023-05-11 + +### Added +- Postgresql Session Store for Actix + +### Fixed +- Use correct license identificator +- Updated to use jsonb type for storing session data + +### Other +- Drop minimal test run +- Set description and license +- set MSRV to 1.69.0 +- Added test workflow +- Add acceptance test suite +- Initial commit