Skip to content

Commit

Permalink
Bump version to 0.2.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
naiquevin committed Sep 8, 2024
1 parent 34c2ae1 commit 51389bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog

## 0.2.0

Released on: 2024-09-08

- Implement a built-in SQL formatter using the `sqlformat-rs` crate
- Add support for two more external SQL formatters:
[sqlfluff](https://sqlfluff.com/) and
[sql-formatter](https://github.com/sql-formatter-org/sql-formatter).
- Update rust toolchain to version 1.80.1 in github workflows

## 0.1.1

Released on: 2024-09-07

- Functionality wise there's no change since `0.1.0`
- Upgraded rust toolchain for test jobs and added workflow for
publishing release artifacts on github (for x86 linux and MacOS)
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tapestry"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
rust-version = "1.70.0"

Expand Down

0 comments on commit 51389bd

Please sign in to comment.