Skip to content

Commit 3e3971f

Browse files
committed
Bump version to 0.2.0 and add changelog
1 parent 34c2ae1 commit 3e3971f

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
# Changelog
22

3+
## 0.2.0
4+
5+
Released on: 2024-09-08
6+
7+
- Implement a built-in SQL formatter using the `sqlformat-rs` crate
8+
- Add support for two more external SQL formatters:
9+
[sqlfluff](https://sqlfluff.com/) and
10+
[sql-formatter](https://github.com/sql-formatter-org/sql-formatter).
11+
- Update rust toolchain to version 1.80.1 in github workflows
12+
313
## 0.1.1
414

15+
Released on: 2024-09-07
16+
517
- Functionality wise there's no change since `0.1.0`
618
- Upgraded rust toolchain for test jobs and added workflow for
719
publishing release artifacts on github (for x86 linux and MacOS)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tapestry"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2021"
55
rust-version = "1.70.0"
66

0 commit comments

Comments
 (0)