Skip to content

Commit 8ef1e3f

Browse files
committed
chore: Release
1 parent 676e88c commit 8ef1e3f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

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

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

5-
## [unreleased]
5+
## [0.1.20] - 2024-07-23
66

77
### Bug Fixes
88

@@ -167,7 +167,7 @@ All notable changes to this project will be documented in this file.
167167
- Make macro collecting functionality public
168168
- Export token types ([#24](https://github.com/bram209/leptosfmt/issues/24))
169169

170-
## [leptosfmt-v0.1.4] - 2023-03-27
170+
## [0.1.4] - 2023-03-27
171171

172172
### Bug Fixes
173173

Cargo.lock

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

Cargo.toml

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

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

99
[workspace.dependencies]
10-
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.18", features = [
10+
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.20", features = [
1111
"verbatim",
1212
] }
13-
leptosfmt-formatter = { path = "./formatter", version = "0.1.18" }
14-
leptosfmt-pretty-printer = { version = "0.1.18" }
13+
leptosfmt-formatter = { path = "./formatter", version = "0.1.20" }
14+
leptosfmt-pretty-printer = { version = "0.1.20" }
1515

1616
syn = { version = "2.0.59", features = ["visit", "full", "extra-traits"] }
1717
proc-macro2 = { version = "1.0.80", features = ["span-locations"] }

0 commit comments

Comments
 (0)