Skip to content

Commit 75a79f6

Browse files
Bumps version to 0.17.1 (#402)
Co-authored-by: tconbeer <[email protected]>
1 parent 3ccb6cd commit 75a79f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
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.17.1] - 2023-04-12
8+
79
- fixed a bug where format-off tokens could cause sqlfmt to raise a bracket mismatch error ([#395](https://github.com/tconbeer/sqlfmt/issues/395) - thank you, [@AndrewLaneAtPowerSchool](https://github.com/AndrewLaneAtPowerSchool)!).
810

911
## [0.17.0] - 2023-02-24
@@ -338,7 +340,9 @@ All notable changes to this project will be documented in this file.
338340
- supports --check and --diff options
339341
- supports --no-color
340342

341-
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.17.0...HEAD
343+
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.17.1...HEAD
344+
345+
[0.17.1]: https://github.com/tconbeer/sqlfmt/compare/0.17.0...0.17.1
342346

343347
[0.17.0]: https://github.com/tconbeer/sqlfmt/compare/0.16.0...0.17.0
344348

pyproject.toml

+1-1
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.17.0"
7+
version = "0.17.1"
88
description = "sqlfmt is an opinionated CLI tool that formats your sql files"
99
readme = "README.md"
1010
authors = ["Ted Conbeer <[email protected]>"]

0 commit comments

Comments
 (0)