Skip to content

Commit

Permalink
Bumps version to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer authored and github-actions[bot] committed Jul 13, 2023
1 parent 888a1bd commit 3e6ac7c
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.19.1] - 2023-07-13

### Bug Fixes

- Fixes a bug where `--fmt: off` comments could cause an error in formatting a file
Expand Down Expand Up @@ -420,7 +422,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.19.0...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.19.1...HEAD

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

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

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.19.0"
version = "0.19.1"
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 3e6ac7c

Please sign in to comment.