Skip to content

Commit

Permalink
Bumps version to 0.21.2 (#552)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tconbeer authored Jan 22, 2024
1 parent ef85182 commit afd6b1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.21.2] - 2024-01-22

### Bug Fixes

- `{% for %}...{% else %}...{% endfor %}` loops are now supported. Previously, a BracketError was raised if a `for` loop included an `else` tag ([#549](https://github.com/tconbeer/sqlfmt/issues/549) - thank you, [@yassun7010](https://github.com/yassun7010)!).
Expand Down Expand Up @@ -459,7 +461,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.1...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.21.2...HEAD

[0.21.2]: https://github.com/tconbeer/sqlfmt/compare/0.21.1...0.21.2

[0.21.1]: https://github.com/tconbeer/sqlfmt/compare/0.21.0...0.21.1

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "shandy-sqlfmt"
version = "0.21.1"
version = "0.21.2"
description = "sqlfmt formats your dbt SQL files so you don't have to."
readme = "README.md"
authors = ["Ted Conbeer <ted@shandy.io>"]
Expand Down

0 comments on commit afd6b1d

Please sign in to comment.