Skip to content

Commit d07fdbf

Browse files
committed
Bump version to 0.2.1
- Update tag in Cargo.toml - Add changelog
1 parent 443f47b commit d07fdbf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
Released on: 2024-09-17
6+
7+
- Fix the status command to work when layout =
8+
'one-file-all-queries'. This was a regression that was introduced
9+
when the layout functionality was implemented. This release fixes it.
10+
311
## 0.2.0
412

513
Released on: 2024-09-08

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.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.70.0"
66

0 commit comments

Comments
 (0)