diff --git a/CHANGELOG.md b/CHANGELOG.md index c7812ae..9fe7c27 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.3] - 2024-11-12 + +### Bug Fixes + +- Fixes a bug where sqlfmt would split a comment containing a jinja tag into multiple lines, thus breaking the jinja tag ([#628](https://github.com/tconbeer/sqlfmt/issues/628) - thank you for your issue and PR, [@ryantimjohn](https://github.com/ryantimjohn)!). + ## [0.23.2] - 2024-07-26 ### Bug Fixes @@ -499,7 +505,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.2...HEAD +[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.23.3...HEAD +[0.23.3]: https://github.com/tconbeer/sqlfmt/compare/0.23.2...0.23.3 [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 diff --git a/pyproject.toml b/pyproject.toml index 9b2a30f..07adba3 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.2" +version = "0.23.3" description = "sqlfmt formats your dbt SQL files so you don't have to." readme = "README.md" authors = ["Ted Conbeer "]