From 45332bb7fbb75ec629f332a5f862111dc9697315 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:56:45 -0600 Subject: [PATCH] Bumps version to 0.22.0 (#617) Co-authored-by: tconbeer --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e56cf74a..fae9e59a 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.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)!). @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 06caa2cb..f7b289c1 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.4" +version = "0.22.0" description = "sqlfmt formats your dbt SQL files so you don't have to." readme = "README.md" authors = ["Ted Conbeer "]