From 1a94ce8adddd61b122cb1e62458e7a1cf94774c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:32:27 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .github/config/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/config/release-please-manifest.json b/.github/config/release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.github/config/release-please-manifest.json +++ b/.github/config/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb4588..243186d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/sqlc-contrib/sqlc-gen-template/compare/v0.2.0...v0.2.1) (2026-05-04) + + +### Bug Fixes + +* **ci:** remove blank lines and upgrade macos runner to macos-15 ([2f61aab](https://github.com/sqlc-contrib/sqlc-gen-template/commit/2f61aab5fe0efdcb772c2970bb39cdb66af2ccd2)) + ## [0.2.0](https://github.com/sqlc-contrib/sqlc-gen-template/compare/v0.1.2...v0.2.0) (2026-04-22)