From b1b0a3ac367a068aec7ce23eb6ef4dfa75731075 Mon Sep 17 00:00:00 2001 From: tconbeer <705906+tconbeer@users.noreply.github.com> Date: Fri, 17 Oct 2025 22:25:55 +0000 Subject: [PATCH] Bumps version to 0.28.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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" },