Skip to content

Commit ba82e4e

Browse files
authored
chore(main): release 0.2.0 (#18)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](v0.1.7...v0.2.0) (2026-05-09) ### ⚠ BREAKING CHANGES * callers using Queries::new(executor).foo(...) must switch to queries::foo(executor, ...). ### Features * Emit free functions instead of Queries<E> methods ([#17](#17)) ([cd79857](cd79857)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent cd79857 commit ba82e4e

4 files changed

Lines changed: 14 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.7"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.1.7...v0.2.0) (2026-05-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* callers using Queries::new(executor).foo(...) must switch to queries::foo(executor, ...).
9+
10+
### Features
11+
12+
* Emit free functions instead of Queries<E> methods ([#17](https://github.com/mathematic-inc/sqlc-gen-sqlx/issues/17)) ([cd79857](https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/cd79857eba012cf11e78a591209cdbdce07148a6))
13+
314
## [0.1.7](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.1.6...v0.1.7) (2026-04-22)
415

516

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.7"
12+
version = "0.2.0"
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)