Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed Oct 7, 2024
1 parent 6877eea commit 79f2fc8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [unreleased]
## [0.1.32] - 2024-10-07

### Bug Fixes

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

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

### Bug Fixes

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ members = ["printer", "cli", "formatter", "prettyplease"]
resolver = "2"

[workspace.package]
version = "0.1.31"
version = "0.1.32"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.31", features = [
leptosfmt-prettyplease = { path = "./prettyplease", version = "0.1.32", features = [
"verbatim",
] }
leptosfmt-formatter = { path = "./formatter", version = "0.1.31" }
leptosfmt-pretty-printer = { version = "0.1.31" }
leptosfmt-formatter = { path = "./formatter", version = "0.1.32" }
leptosfmt-pretty-printer = { version = "0.1.32" }

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

0 comments on commit 79f2fc8

Please sign in to comment.