Skip to content

Commit

Permalink
Bumps version to 0.10.1 (#234)
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 Aug 5, 2022
1 parent cf44cb9 commit 24e75e3
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.10.1] - 2022-08-05

### Features

- sqlfmt now supports the psycopg placeholders `%s` and `%(name)s` ([#198](https://github.com/tconbeer/sqlfmt/issues/198) - thank you [@snorkysnark](https://github.com/snorkysnark)!)
Expand Down Expand Up @@ -199,7 +201,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.10.0...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.10.1...HEAD

[0.10.1]: https://github.com/tconbeer/sqlfmt/compare/0.10.0...0.10.1

[0.10.0]: https://github.com/tconbeer/sqlfmt/compare/0.9.0...0.10.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.10.0"
version = "0.10.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 24e75e3

Please sign in to comment.