Skip to content

Commit

Permalink
v0.23.3 (#643)
Browse files Browse the repository at this point in the history
* Bumps version to 0.23.3

* chore: update changelog

---------

Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tconbeer authored Nov 12, 2024
1 parent 8c297f8 commit 51420d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.23.3] - 2024-11-12

### Bug Fixes

- Fixes a bug where sqlfmt would split a comment containing a jinja tag into multiple lines, thus breaking the jinja tag ([#628](https://github.com/tconbeer/sqlfmt/issues/628) - thank you for your issue and PR, [@ryantimjohn](https://github.com/ryantimjohn)!).

## [0.23.2] - 2024-07-26

### Bug Fixes
Expand Down Expand Up @@ -499,7 +505,8 @@ 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.23.2...HEAD
[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.23.3...HEAD
[0.23.3]: https://github.com/tconbeer/sqlfmt/compare/0.23.2...0.23.3
[0.23.2]: https://github.com/tconbeer/sqlfmt/compare/0.23.1...0.23.2
[0.23.1]: https://github.com/tconbeer/sqlfmt/compare/0.23.0...0.23.1
[0.23.0]: https://github.com/tconbeer/sqlfmt/compare/0.22.0...0.23.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.23.2"
version = "0.23.3"
description = "sqlfmt formats your dbt SQL files so you don't have to."
readme = "README.md"
authors = ["Ted Conbeer <ted@shandy.io>"]
Expand Down

0 comments on commit 51420d4

Please sign in to comment.