Skip to content

Commit 55a4a57

Browse files
committed
chore(main): release 0.1.1
1 parent 0db4bde commit 55a4a57

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.1.0...v0.1.1) (2026-04-13)
4+
5+
6+
### Features
7+
8+
* Support PoolConnection via AsExecutor trait ([#4](https://github.com/mathematic-inc/sqlc-gen-sqlx/issues/4)) ([0db4bde](https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/0db4bde43c0b4812717a1fd1239dc7c1cd37ad83))
9+
310
## 0.1.0 (2026-04-13)
411

512

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
@@ -9,7 +9,7 @@ serde_json = "1"
99

1010
[package]
1111
name = "sqlc-gen-sqlx"
12-
version = "0.1.0"
12+
version = "0.1.1"
1313
edition = "2024"
1414
license = "MIT OR Apache-2.0"
1515
description = "A sqlc plugin that generates type-safe sqlx Rust code from SQL queries."

0 commit comments

Comments
 (0)