Skip to content

Commit

Permalink
Bumps version to 0.19.0 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tconbeer authored Jun 8, 2023
1 parent fe02343 commit 71197ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 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.19.0] - 2023-06-08

### Bug Fixes

- Relative `exclude` paths defined in `pyproject.toml` files are now evaluated relative to the location of the file, not the current working directory.
Expand All @@ -13,6 +15,7 @@ All notable changes to this project will be documented in this file.
comment safety check. ([#434](https://github.com/tconbeer/sqlfmt/issues/434))

### Formatting Changes

- sqlfmt now supports the `<=>` operator ([#432](https://github.com/tconbeer/sqlfmt/issues/432) - thank you [@kathykwon](https://github.com/kathykwon)!)

## [0.18.3] - 2023-05-31
Expand Down Expand Up @@ -408,7 +411,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.18.3...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.19.0...HEAD

[0.19.0]: https://github.com/tconbeer/sqlfmt/compare/0.18.3...0.19.0

[0.18.3]: https://github.com/tconbeer/sqlfmt/compare/0.18.2...0.18.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.18.3"
version = "0.19.0"
description = "sqlfmt is an opinionated CLI tool that formats your sql files"
readme = "README.md"
authors = ["Ted Conbeer <ted@shandy.io>"]
Expand Down

0 comments on commit 71197ee

Please sign in to comment.