diff --git a/CHANGELOG.md b/CHANGELOG.md index a76954a..e43b251 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.28.2] - 2025-10-24 + ### Formatting Changes and Bug Fixes - sqlfmt now lexes ClickHouse `any left join` as a join keyword; in 0.28.0 we only supported the other syntax, `left any join` ([#719](https://github.com/tconbeer/sqlfmt/issues/719) - thank you [@haild-metricvn](https://github.com/haild-metricvn); see also [#713](https://github.com/tconbeer/sqlfmt/pull/713)). @@ -570,7 +572,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.28.1...HEAD +[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.28.2...HEAD +[0.28.2]: https://github.com/tconbeer/sqlfmt/compare/0.28.1...0.28.2 [0.28.1]: https://github.com/tconbeer/sqlfmt/compare/0.28.0...0.28.1 [0.28.0]: https://github.com/tconbeer/sqlfmt/compare/0.27.0...0.28.0 [0.27.0]: https://github.com/tconbeer/sqlfmt/compare/0.26.0...0.27.0 diff --git a/pyproject.toml b/pyproject.toml index a239753..68c2859 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "shandy-sqlfmt" -version = "0.28.1" +version = "0.28.2" requires-python = ">=3.8,<3.15" description = "sqlfmt formats your dbt SQL files so you don't have to." authors = [ diff --git a/uv.lock b/uv.lock index bcc832a..fea26ce 100644 --- a/uv.lock +++ b/uv.lock @@ -1130,7 +1130,7 @@ wheels = [ [[package]] name = "shandy-sqlfmt" -version = "0.28.1" +version = "0.28.2" source = { editable = "." } dependencies = [ { name = "click" },