Skip to content

Commit

Permalink
release: taplo-cli 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
panekj committed Jul 31, 2024
1 parent 821305a commit ab68333
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions crates/taplo-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.9.3

### Fixes

- Regression: `[rule.formatting]` completely overrides the default outside of the specified sections ([#634](https://github.com/tamasfe/taplo/issues/634))

## 0.9.2

This is a re-release of 0.9.1
Expand Down
10 changes: 5 additions & 5 deletions crates/taplo-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A CLI for Taplo TOML toolkit"
license = "MIT"
edition = "2021"
name = "taplo-cli"
version = "0.9.2"
version = "0.9.3"
homepage = "https://taplo.tamasfe.dev"
repository = "https://github.com/tamasfe/taplo"
categories = ["development-tools", "command-line-utilities"]
Expand Down Expand Up @@ -34,9 +34,9 @@ reqwest = { version = "0.11.9", default-features = false, features = [
schemars = "0.8"
serde = "1"
serde_json = "1"
taplo = { version = "0.13.1", path = "../taplo", features = ["serde"] }
taplo-common = { version = "0.5.1", path = "../taplo-common" }
taplo-lsp = { version = "0.7.1", path = "../taplo-lsp", default-features = false, optional = true }
taplo = { version = "0.13.2", path = "../taplo", features = ["serde"] }
taplo-common = { version = "0.5.2", path = "../taplo-common" }
taplo-lsp = { version = "0.7.2", path = "../taplo-lsp", default-features = false, optional = true }
time = { version = "0.3", features = ["parsing"] }
toml = "0.7"
tracing = "0.1.29"
Expand All @@ -56,7 +56,7 @@ tokio = { version = "1.24.2", features = [
"rt-multi-thread",
"parking_lot",
], default-features = false }
lsp-async-stub = { version = "0.6.0", path = "../lsp-async-stub", features = [
lsp-async-stub = { version = "0.6.4", path = "../lsp-async-stub", features = [
"tokio-tcp",
"tokio-stdio",
] }
Expand Down

2 comments on commit ab68333

@polyzen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error: the lock file /build/taplo-cli/src/taplo/Cargo.lock needs to be updated but --locked was passed to prevent this

@polyzen
Copy link

@polyzen polyzen commented on ab68333 Aug 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.