diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3ff538..6a55353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.2.1...v0.2.2) (2026-07-01) + + +### Features + +* Export generated SQL constants ([597babb](https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/597babb1a5905fdaaceb681971418e976669cb70)) + ## [0.2.1](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.2.0...v0.2.1) (2026-05-18) diff --git a/Cargo.lock b/Cargo.lock index eec6956..3a53369 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2295,7 +2295,7 @@ dependencies = [ [[package]] name = "sqlc-gen-sqlx" -version = "0.2.1" +version = "0.2.2" dependencies = [ "buffa", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index ff07973..6c0fade 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ serde_json = "1" [package] name = "sqlc-gen-sqlx" -version = "0.2.1" +version = "0.2.2" edition = "2024" license = "MIT OR Apache-2.0" description = "A sqlc plugin that generates type-safe sqlx Rust code from SQL queries."