Skip to content

Commit 23fbc4f

Browse files
authored
Merge pull request #6 from chriswk/release-plz/2023-06-30T13-29-30Z
chore: release v0.1.2
2 parents c9a2db4 + c230979 commit 23fbc4f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.1...v0.1.2) - 2023-06-30
10+
11+
### Fixed
12+
- cargo update
13+
14+
### Other
15+
- Bump dependencies
16+
917
## [0.1.1](https://github.com/chriswk/actix-session-sqlx-postgres/compare/v0.1.0...v0.1.1) - 2023-05-11
1018

1119
### Added

Cargo.lock

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

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.1"
3+
version = "0.1.2"
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)