Skip to content

Commit 1b1f20a

Browse files
Bumps version to 0.16.0 (#376)
Co-authored-by: tconbeer <[email protected]>
1 parent 0f99ef6 commit 1b1f20a

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.16.0] - 2023-01-27
8+
79
### Formatting Changes + Bug Fixes
810

911
- sqlfmt no longer merges lines that contain comments, unless the position of those comments can be preserved ([#348](https://github.com/tconbeer/sqlfmt/issues/348) - thank you, [@rileyschack](https://github.com/rileyschack) and [@IanEdington](https://github.com/IanEdington)!). Accordingly, comments that are inline will stay inline, even if they are too long to fit.
@@ -330,7 +332,9 @@ All notable changes to this project will be documented in this file.
330332
- supports --check and --diff options
331333
- supports --no-color
332334

333-
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.15.2...HEAD
335+
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.16.0...HEAD
336+
337+
[0.16.0]: https://github.com/tconbeer/sqlfmt/compare/0.15.2...0.16.0
334338

335339
[0.15.2]: https://github.com/tconbeer/sqlfmt/compare/0.15.1...0.15.2
336340

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.15.2"
7+
version = "0.16.0"
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)