diff --git a/CHANGELOG.md b/CHANGELOG.md index ce19d3e..45ef9b5 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.0] - 2025-10-17 + ### Formatting Changes and Bug Fixes - sqlfmt now lexes and formats BigQuery hexadecimal literals as numbers, and no longer adds a space between `0` and `x` ([#696](https://github.com/tconbeer/sqlfmt/issues/696) - thank you [@KMontag42](https://github.com/KMontag42) and [@snrsw](https://github.com/snrsw)!). @@ -558,7 +560,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.27.0...HEAD +[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.28.0...HEAD +[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 [0.26.0]: https://github.com/tconbeer/sqlfmt/compare/0.25.0...0.26.0 [0.25.0]: https://github.com/tconbeer/sqlfmt/compare/0.24.0...0.25.0 diff --git a/pyproject.toml b/pyproject.toml index cd93129..99d6f2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "shandy-sqlfmt" -version = "0.27.0" +version = "0.28.0" 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 7e1b6a3..834b65a 100644 --- a/uv.lock +++ b/uv.lock @@ -1130,7 +1130,7 @@ wheels = [ [[package]] name = "shandy-sqlfmt" -version = "0.27.0" +version = "0.28.0" source = { editable = "." } dependencies = [ { name = "click" },