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

Diff for: CHANGELOG.md

+5
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

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
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 <git@chriswk.no>", "Simon Hornby <liquidwicked64@gmail.com>"]
66
description = "Actix Session Sqlx Postgres is a Sqlx Postgres implementation of the ActixSession Store trait"

0 commit comments

Comments
 (0)