Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading