Skip to content

Commit 8165a7c

Browse files
authored
Merge pull request #7 from chriswk/release-plz/2023-07-03T09-17-39Z
chore: release v0.1.3
2 parents 5da70d2 + c081ab3 commit 8165a7c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.3](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.2...v0.1.3) - 2023-07-03
10+
11+
### Fixed
12+
- Make connection Arced
13+
914
## [0.1.2](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.1...v0.1.2) - 2023-06-30
1015

1116
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-session-sqlx-postgres"
3-
version = "0.1.2"
3+
version = "0.1.3"
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)