Skip to content

Commit 3c80a47

Browse files
committed
chore: Release
1 parent 5d2fed1 commit 3c80a47

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,11 +2,11 @@
22

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

5-
## [unreleased]
5+
## [0.1.16] - 2023-10-09
66

77
### Bug Fixes
88

9-
- Extract original text from source code ([#87](https://github.com/bram209/leptosfmt/issues/87))
9+
- Retain unicode & raw string formatting ([#87](https://github.com/bram209/leptosfmt/issues/87))
1010

1111
## [0.1.15] - 2023-10-08
1212

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.15"
6+
version = "0.1.16"
77
license = "MIT OR Apache-2.0"
88

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

1313
[patch.crates-io]

0 commit comments

Comments
 (0)