diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f003f3..c7812ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.23.2] - 2024-07-26 + ### Bug Fixes - Fixes a bug where complex python statements inside of jinja tags could cause unstable formatting ([#600](https://github.com/tconbeer/sqlfmt/issues/600) - thank you [@nenkie76](https://github.com/nenkie76)!) @@ -497,7 +499,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.1...HEAD +[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.23.2...HEAD +[0.23.2]: https://github.com/tconbeer/sqlfmt/compare/0.23.1...0.23.2 [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 diff --git a/pyproject.toml b/pyproject.toml index 0aadcd6..9b2a30f 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.1" +version = "0.23.2" description = "sqlfmt formats your dbt SQL files so you don't have to." readme = "README.md" authors = ["Ted Conbeer "]