Skip to content

Commit

Permalink
Merge pull request #4 from chriswk/release-plz/2023-05-11T07-05-23Z
Browse files Browse the repository at this point in the history
chore: release v0.1.0
  • Loading branch information
chriswk authored May 11, 2023
2 parents 83fc00e + b1d5add commit 0680cb3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0680cb3

Please sign in to comment.