Skip to content

Commit 97e8d19

Browse files
Bumps version to 0.15.0 (#363)
Co-authored-by: tconbeer <[email protected]>
1 parent d9f9dcf commit 97e8d19

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

911
- sqlfmt now removes extra blank lines ([#249](https://github.com/tconbeer/sqlfmt/issues/313) - thank you, [@nfcampos](https://github.com/nfcampos)!). Basically, no more than 1 blank line inside queries or blocks; no more than 2 between queries or blocks.
@@ -310,7 +312,9 @@ All notable changes to this project will be documented in this file.
310312
- supports --check and --diff options
311313
- supports --no-color
312314

313-
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.14.3...HEAD
315+
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.15.0...HEAD
316+
317+
[0.15.0]: https://github.com/tconbeer/sqlfmt/compare/0.14.3...0.15.0
314318

315319
[0.14.3]: https://github.com/tconbeer/sqlfmt/compare/0.14.2...0.14.3
316320

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.3"
7+
version = "0.15.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)