Skip to content

Commit

Permalink
Bumps version to 0.18.3 (#430)
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 May 31, 2023
1 parent 906a576 commit 69234e2
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.18.3] - 2023-05-31

- fixes a bug where multiple c-style comments (e.g., `/* comment */`) on a single line would cause sqlfmt
to not include all comments in formatted output ([#419](https://github.com/tconbeer/sqlfmt/issues/419) - thank you [@aersam](https://github.com/aersam)!)
- adds a safety check to ensure comments are preserved in formatted output
Expand Down Expand Up @@ -390,7 +392,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.2...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.18.3...HEAD

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

[0.18.2]: https://github.com/tconbeer/sqlfmt/compare/0.18.1...0.18.2

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.2"
version = "0.18.3"
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 69234e2

Please sign in to comment.