From 6da8c329822281d84501a93c17866e7e085f774b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jul 2024 14:04:17 -0600 Subject: [PATCH] Bumps version to 0.23.0 (#622) 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 d0594ea..4972426 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.23.0] - 2024-07-26 + ### Formatting Changes and Bug Fixes - sqlfmt will now parse unquoted reserved keywords as names if they are qualified by a period, e.g., `foo.select` or `foo.case` ([#599](https://github.com/tconbeer/sqlfmt/issues/599) - thank you [@matthieucan](https://github.com/matthieucan)!). @@ -485,7 +487,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.22.0...HEAD +[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.23.0...HEAD +[0.23.0]: https://github.com/tconbeer/sqlfmt/compare/0.22.0...0.23.0 [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 diff --git a/pyproject.toml b/pyproject.toml index f71ffa0..fa67a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "shandy-sqlfmt" -version = "0.22.0" +version = "0.23.0" description = "sqlfmt formats your dbt SQL files so you don't have to." readme = "README.md" authors = ["Ted Conbeer "]