Skip to content

Commit 1787a95

Browse files
Bumps version to 0.15.1 (#367)
Co-authored-by: tconbeer <[email protected]>
1 parent c89a23a commit 1787a95

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.15.1] - 2023-01-20
8+
79
### Features
810

9-
- added a Dockerfile for running sqlfmt in a container. New versions of sqlfmt will include Docker builds pushed to the GitHub Container Registry (thank you [@ysmilda](https://github.com/ysmilda)!).
11+
- added a Dockerfile for running sqlfmt in a container. New versions of sqlfmt will include Docker builds pushed to the GitHub Container Registry (thank you [@ysmilda](https://github.com/ysmilda)!).
1012

1113
## [0.15.0] - 2023-01-18
1214

@@ -316,7 +318,9 @@ All notable changes to this project will be documented in this file.
316318
- supports --check and --diff options
317319
- supports --no-color
318320

319-
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.15.0...HEAD
321+
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.15.1...HEAD
322+
323+
[0.15.1]: https://github.com/tconbeer/sqlfmt/compare/0.15.0...0.15.1
320324

321325
[0.15.0]: https://github.com/tconbeer/sqlfmt/compare/0.14.3...0.15.0
322326

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "shandy-sqlfmt"
7-
version = "0.15.0"
7+
version = "0.15.1"
88
description = "sqlfmt is an opinionated CLI tool that formats your sql files"
99
readme = "README.md"
1010
authors = ["Ted Conbeer <[email protected]>"]

0 commit comments

Comments
 (0)