Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bram209 committed Oct 9, 2023
1 parent 5d2fed1 commit 3c80a47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

## [unreleased]
## [0.1.16] - 2023-10-09

### Bug Fixes

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

## [0.1.15] - 2023-10-08

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

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

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

[workspace.package]
version = "0.1.15"
version = "0.1.16"
license = "MIT OR Apache-2.0"

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

[patch.crates-io]
Expand Down

0 comments on commit 3c80a47

Please sign in to comment.