diff --git a/CHANGELOG.md b/CHANGELOG.md index 272df99..b0c6f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.21.1] - 2023-12-19 + ### Bug Fixes - Fixes a bug where extra indentation was added inside multiline jinja tags if those jinja tags contained a python multiline string ([#536](https://github.com/tconbeer/sqlfmt/issues/500) - thank you [@yassun7010](https://github.com/yassun7010)!). + ## [0.21.0] - 2023-10-20 ### Bug Fixes @@ -452,7 +455,9 @@ 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.21.0...HEAD +[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.21.1...HEAD + +[0.21.1]: https://github.com/tconbeer/sqlfmt/compare/0.21.0...0.21.1 [0.21.0]: https://github.com/tconbeer/sqlfmt/compare/0.20.0...0.21.0 diff --git a/pyproject.toml b/pyproject.toml index 08bed60..de9c450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "shandy-sqlfmt" -version = "0.21.0" +version = "0.21.1" description = "sqlfmt formats your dbt SQL files so you don't have to." readme = "README.md" authors = ["Ted Conbeer "]