From d59bcf5629612d92feddb51ebb10c289b16792da Mon Sep 17 00:00:00 2001 From: "Randolf J." Date: Mon, 7 Sep 2026 06:36:11 -0700 Subject: [PATCH] chore(main): release 0.2.6 --- .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 461d94a..954b159 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.5" + ".": "0.2.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15cbf1d..4f5dc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.6](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.2.5...v0.2.6) (2026-09-07) + + +### Bug Fixes + +* **release:** Publish native binaries for all supported platforms ([#40](https://github.com/mathematic-inc/sqlc-gen-sqlx/issues/40)) ([a7295b8](https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/a7295b81251ac89d1636cce0702a1690eb506670)) + ## [0.2.5](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.2.4...v0.2.5) (2026-09-05) diff --git a/Cargo.lock b/Cargo.lock index caa3379..19b4c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2306,7 +2306,7 @@ dependencies = [ [[package]] name = "sqlc-gen-sqlx" -version = "0.2.5" +version = "0.2.6" dependencies = [ "buffa", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index ced9862..25e4c8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "sqlc-gen-sqlx" # - Remove path dependencies (if any) # - Update CHANGELOG.md # - Create a v0.2.x tag -version = "0.2.5" +version = "0.2.6" edition = "2024" rust-version = "1.94" description = "A sqlc plugin that generates type-safe sqlx Rust code from SQL queries."