diff --git a/CHANGELOG.md b/CHANGELOG.md index f13d87f3..3a025983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.21.3] - 2024-04-25 + ### Bug Fixes - The Postgres operators for `(NOT) (I)LIKE`, `~~`, `~~*`, `!~~`, `!~~*`, are now supported (these use two tildes where the posix version of these operators use a single tilde) ([#576](https://github.com/tconbeer/sqlfmt/issues/576) - thank you [@tuckerrc](https://github.com/tuckerrc)!). @@ -465,7 +467,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.2...HEAD +[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.21.3...HEAD + +[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 diff --git a/pyproject.toml b/pyproject.toml index 3c31213c..7b383ced 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.2" +version = "0.21.3" description = "sqlfmt formats your dbt SQL files so you don't have to." readme = "README.md" authors = ["Ted Conbeer "]