Skip to content

Commit

Permalink
Bumps version to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Sep 25, 2023
1 parent d2ad8fe commit ab8cd62
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.20.0] - 2023-09-25

### BREAKING CHANGES

- Drops support for Python 3.7. Please upgrade to Python 3.8 or higher.
Expand Down Expand Up @@ -439,7 +441,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.2...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.20.0...HEAD

[0.20.0]: https://github.com/tconbeer/sqlfmt/compare/0.19.2...0.20.0

[0.19.2]: https://github.com/tconbeer/sqlfmt/compare/0.19.1...0.19.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.19.2"
version = "0.20.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 ab8cd62

Please sign in to comment.