From 626ca9b5b4a6062fab54ae073c6fba87f1b95272 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 20:24:25 +0000 Subject: [PATCH] v0.23.1 (#624) * Bumps version to 0.23.1 * chore: update changelog --------- Co-authored-by: tconbeer --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4972426..a8fc4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.23.1] - 2024-07-26 + +### Bug Fixes + +- Fixes a bug with the publish workflow that prevented a new package from being published to GHCR for 0.23.0 + ## [0.23.0] - 2024-07-26 ### Formatting Changes and Bug Fixes @@ -487,7 +493,8 @@ All notable changes to this project will be documented in this file. - supports --check and --diff options - supports --no-color -[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.23.0...HEAD +[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.23.1...HEAD +[0.23.1]: https://github.com/tconbeer/sqlfmt/compare/0.23.0...0.23.1 [0.23.0]: https://github.com/tconbeer/sqlfmt/compare/0.22.0...0.23.0 [0.22.0]: https://github.com/tconbeer/sqlfmt/compare/0.21.4...0.22.0 [0.21.4]: https://github.com/tconbeer/sqlfmt/compare/0.21.3...0.21.4 diff --git a/pyproject.toml b/pyproject.toml index fa67a38..0aadcd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "shandy-sqlfmt" -version = "0.23.0" +version = "0.23.1" description = "sqlfmt formats your dbt SQL files so you don't have to." readme = "README.md" authors = ["Ted Conbeer "]