Skip to content

Commit 6e4bf00

Browse files
tconbeergithub-actions[bot]
authored andcommitted
Bumps version to 0.27.0
1 parent 6d70122 commit 6e4bf00

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.27.0] - 2025-07-28
8+
79
### Features
810

911
- sqlfmt now accepts a path to a `pyproject.toml` file as an argument. To leverage this pass `--config <path to file>`. If passed, sqlfmt will not attempt to find a config file. The file must exist or an exception will be thrown. Note that other options pased at the command line will override the settings within this file.
@@ -538,7 +540,8 @@ All notable changes to this project will be documented in this file.
538540
- supports --check and --diff options
539541
- supports --no-color
540542

541-
[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.26.0...HEAD
543+
[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.27.0...HEAD
544+
[0.27.0]: https://github.com/tconbeer/sqlfmt/compare/0.26.0...0.27.0
542545
[0.26.0]: https://github.com/tconbeer/sqlfmt/compare/0.25.0...0.26.0
543546
[0.25.0]: https://github.com/tconbeer/sqlfmt/compare/0.24.0...0.25.0
544547
[0.24.0]: https://github.com/tconbeer/sqlfmt/compare/0.23.3...0.24.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "shandy-sqlfmt"
7-
version = "0.26.0"
7+
version = "0.27.0"
88
description = "sqlfmt formats your dbt SQL files so you don't have to."
99
readme = "README.md"
1010
authors = ["Ted Conbeer <ted@shandy.io>"]

0 commit comments

Comments
 (0)