Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- name: Run Release Please
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
token: ${{ secrets.RELEASE_TOKEN }}
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.4"
".": "0.2.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.2.4...v0.2.5) (2026-09-05)


### Bug Fixes

* **ci:** Harden release workflows and repository checks ([#38](https://github.com/mathematic-inc/sqlc-gen-sqlx/issues/38)) ([b4f44f8](https://github.com/mathematic-inc/sqlc-gen-sqlx/commit/b4f44f8c542ae16ef62a8f5fa1cd8fd12c3b46fd))

## [0.2.4](https://github.com/mathematic-inc/sqlc-gen-sqlx/compare/v0.2.3...v0.2.4) (2026-08-27)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
version = "0.2.5"
edition = "2024"
rust-version = "1.94"
description = "A sqlc plugin that generates type-safe sqlx Rust code from SQL queries."
Expand Down