From 413801fc1b0803d1128906fe0d944a593f8ea275 Mon Sep 17 00:00:00 2001 From: "Randolf J." Date: Mon, 13 Apr 2026 03:32:02 -0700 Subject: [PATCH] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0f78a..70d67c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.1.1...v0.1.2) (2026-04-13) + + +### Features + +* Add Queries::into_inner ([#6](https://github.com/mathematic-inc/sqlc-gen-sqlx/issues/6)) ([5e5058e](https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/5e5058e0a0e05ac566cb81e1d9d292dac3797007)) + ## [0.1.1](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.1.0...v0.1.1) (2026-04-13) diff --git a/Cargo.lock b/Cargo.lock index 6943f6f..ddb86fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2287,7 +2287,7 @@ dependencies = [ [[package]] name = "sqlc-gen-sqlx" -version = "0.1.1" +version = "0.1.2" dependencies = [ "buffa", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index ac7ba51..8e9c5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ serde_json = "1" [package] name = "sqlc-gen-sqlx" -version = "0.1.1" +version = "0.1.2" edition = "2024" license = "MIT OR Apache-2.0" description = "A sqlc plugin that generates type-safe sqlx Rust code from SQL queries."