Skip to content

Commit

Permalink
Bumps version to 0.22.0 (#617)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <[email protected]>
  • Loading branch information
github-actions[bot] and tconbeer authored Jul 25, 2024
1 parent ea45efb commit 45332bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.22.0] - 2024-07-25

### Formatting Changes and Bug Fixes

- DuckDB's `union [all] by name` is now supported ([#611](https://github.com/tconbeer/sqlfmt/issues/611) - thank you [@aersam](https://github.com/aersam)!).
Expand Down Expand Up @@ -479,7 +481,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.21.4...HEAD
[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.22.0...HEAD
[0.22.0]: https://github.com/tconbeer/sqlfmt/compare/0.21.4...0.22.0
[0.21.4]: https://github.com/tconbeer/sqlfmt/compare/0.21.3...0.21.4
[0.21.3]: https://github.com/tconbeer/sqlfmt/compare/0.21.2...0.21.3
[0.21.2]: https://github.com/tconbeer/sqlfmt/compare/0.21.1...0.21.2
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.4"
version = "0.22.0"
description = "sqlfmt formats your dbt SQL files so you don't have to."
readme = "README.md"
authors = ["Ted Conbeer <[email protected]>"]
Expand Down

0 comments on commit 45332bb

Please sign in to comment.