Skip to content

Commit 898f249

Browse files
Bumps version to 0.14.2 (#342)
Co-authored-by: tconbeer <[email protected]>
1 parent e89fda2 commit 898f249

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.14.2] - 2022-12-12
8+
79
### Formatting Changes + Bug Fixes
810

911
- fixed a bug where nested `{% set %}` and `{% call %}` blocks would cause a parsing error ([#338](https://github.com/tconbeer/sqlfmt/issues/338) - thank you [@AndrewLane](https://github.com/AndrewLane)!).
@@ -290,7 +292,9 @@ All notable changes to this project will be documented in this file.
290292
- supports --check and --diff options
291293
- supports --no-color
292294

293-
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.14.1...HEAD
295+
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.14.2...HEAD
296+
297+
[0.14.2]: https://github.com/tconbeer/sqlfmt/compare/0.14.1...0.14.2
294298

295299
[0.14.1]: https://github.com/tconbeer/sqlfmt/compare/0.14.0...0.14.1
296300

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.14.1"
7+
version = "0.14.2"
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)