Skip to content

Commit

Permalink
Merge pull request #8 from chriswk/release-plz/2023-07-03T09-28-45Z
Browse files Browse the repository at this point in the history
chore: release v0.1.4
  • Loading branch information
chriswk authored Jul 3, 2023
2 parents 2a62530 + 1492e5b commit 82f9d73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.3...v0.1.4) - 2023-07-03

### Added
- from pool needs not be async

## [0.1.3](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.2...v0.1.3) - 2023-07-03

### Fixed
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.3"
version = "0.1.4"
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 82f9d73

Please sign in to comment.