Skip to content

Commit 21237f5

Browse files
committed
chore: Release
1 parent 9cca1bd commit 21237f5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [0.1.17] - 2023-10-10
66

77
### Bug Fixes
88

99
- Ignore rustfmt output on error status ([#89](https://github.com/bram209/leptosfmt/issues/89))
1010

1111
### Features
1212

13-
- Call rustfmt after formatting with leptosfmt (requires stdin) ([#88](https://github.com/bram209/leptosfmt/issues/88))
13+
- Add `rustfmt` support: call rustfmt after formatting with leptosfmt (requires stdin) ([#88](https://github.com/bram209/leptosfmt/issues/88))
1414

1515
## [0.1.16] - 2023-10-09
1616

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ members = ["printer", "cli", "formatter"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.16"
6+
version = "0.1.17"
77
license = "MIT OR Apache-2.0"
88

99
[workspace.dependencies]
10-
leptosfmt-formatter = { path = "./formatter", version = "0.1.16" }
10+
leptosfmt-formatter = { path = "./formatter", version = "0.1.17" }
1111
leptosfmt-pretty-printer = { version = "0.1.7" }
1212

1313
[patch.crates-io]

0 commit comments

Comments
 (0)