Skip to content

Commit

Permalink
Bumps version to 0.24.0 (#651)
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 Nov 22, 2024
1 parent 933b21b commit 6644340
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 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.24.0] - 2024-11-22

### Formatting Changes and Bug Fixes

- sqlfmt no longer adds a space between the function name and parens for `filter()`, `isnull()`, and `rlike('foo', 'bar')` (but it also permits `filter ()`, `isnull ()`, and `rlike ('foo')` to support dialects where those are operators, not function names) ([#641](https://github.com/tconbeer/sqlfmt/issues/641), [#478](https://github.com/tconbeer/sqlfmt/issues/478) - thank you [@williamscs](https://github.com/williamscs), [@hongtron](https://github.com/hongtron), and [@chwiese](https://github.com/chwiese)!).
Expand Down Expand Up @@ -512,7 +514,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.3...HEAD
[unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.24.0...HEAD
[0.24.0]: https://github.com/tconbeer/sqlfmt/compare/0.23.3...0.24.0
[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
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.3"
version = "0.24.0"
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 6644340

Please sign in to comment.