Skip to content

Commit

Permalink
Bumps version to 0.2.1 (#58)
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 Dec 4, 2021
1 parent 09cad1b commit 4a242c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.2.1] - 2021-12-04

### Performance

- refactors line splitting algorithm and creating a line from nodes; provides 3x speedup of sqlfmt (now formats roughly 100 files/sec)

### Fixes

- refactored lexer for better parsing of tokens on multiple lines

## [0.2.0] - 2021-11-16
Expand Down Expand Up @@ -39,6 +43,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.2.0...HEAD
[Unreleased]: https://github.com/tconbeer/sqlfmt/compare/0.2.1...HEAD

[0.2.1]: https://github.com/tconbeer/sqlfmt/compare/0.2.0...0.2.1

[0.2.0]: https://github.com/tconbeer/sqlfmt/compare/0.1.0...0.2.0
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.2.0"
version = "0.2.1"
description = "sqlfmt is an opinionated CLI tool that formats your sql files"
readme = "README.md"
authors = ["Ted Conbeer <ted@shandy.io>"]
Expand Down

0 comments on commit 4a242c9

Please sign in to comment.