Skip to content

Commit 256db20

Browse files
Bumps version to 0.14.1 (#337)
Co-authored-by: tconbeer <[email protected]>
1 parent 7d3f7e8 commit 256db20

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.14.1] - 2022-12-06
8+
79
### Formatting Changes + Bug Fixes
810

9-
- sqlfmt now supports `is [not] distinct from` as a word operator ([#327](https://github.com/tconbeer/sqlfmt/issues/327) - thank you [@IgnorantWalking](https://github.com/IgnorantWalking), [@kadekillary](https://github.com/kadekillary)!).
10-
- fixed a bug where jinja `{% call %}` blocks that called a macro that wasn't `statement` caused a parsing error ([#335](https://github.com/tconbeer/sqlfmt/issues/327) - thank you [@AndrewLane](https://github.com/AndrewLane)!).
11+
- sqlfmt now supports `is [not] distinct from` as a word operator ([#327](https://github.com/tconbeer/sqlfmt/issues/327) - thank you [@IgnorantWalking](https://github.com/IgnorantWalking), [@kadekillary](https://github.com/kadekillary)!).
12+
- fixed a bug where jinja `{% call %}` blocks that called a macro that wasn't `statement` caused a parsing error ([#335](https://github.com/tconbeer/sqlfmt/issues/327) - thank you [@AndrewLane](https://github.com/AndrewLane)!).
1113

1214
### Performance
1315

14-
- sqlfmt runs finish in 20% less time due to algorithmic improvements
16+
- sqlfmt runs finish in 20% less time due to algorithmic improvements
1517

1618
## [0.14.0] - 2022-11-30
1719

@@ -284,7 +286,9 @@ All notable changes to this project will be documented in this file.
284286
- supports --check and --diff options
285287
- supports --no-color
286288

287-
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.14.0...HEAD
289+
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.14.1...HEAD
290+
291+
[0.14.1]: https://github.com/tconbeer/sqlfmt/compare/0.14.0...0.14.1
288292

289293
[0.14.0]: https://github.com/tconbeer/sqlfmt/compare/0.13.0...0.14.0
290294

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.0"
7+
version = "0.14.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)