Skip to content

Commit

Permalink
Bumps version to 0.21.1 (#538)
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 committed Dec 19, 2023
1 parent a15fc26 commit 39ecd17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

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.0"
version = "0.21.1"
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 39ecd17

Please sign in to comment.