Skip to content

Commit

Permalink
Bumps version to 0.15.0 (#363)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <[email protected]>
  • Loading branch information
github-actions[bot] and tconbeer authored Jan 18, 2023
1 parent d9f9dcf commit 97e8d19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.15.0] - 2023-01-18

### Formatting Changes + Bug Fixes

- 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.
Expand Down Expand Up @@ -310,7 +312,9 @@ All notable changes to this project will be documented in this file.
- supports --check and --diff options
- supports --no-color

[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.14.3...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.15.0...HEAD

[0.15.0]: https://github.com/tconbeer/sqlfmt/compare/0.14.3...0.15.0

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "shandy-sqlfmt"
version = "0.14.3"
version = "0.15.0"
description = "sqlfmt is an opinionated CLI tool that formats your sql files"
readme = "README.md"
authors = ["Ted Conbeer <[email protected]>"]
Expand Down

0 comments on commit 97e8d19

Please sign in to comment.