Skip to content

Commit

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

## 0.7.2

Re-release of 0.7.1

## 0.7.1

### Fixes
Expand Down
8 changes: 4 additions & 4 deletions crates/taplo-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["tamasf97 <[email protected]>"]
description = "Language server for Taplo"
edition = "2021"
name = "taplo-lsp"
version = "0.7.1"
version = "0.7.2"
license = "MIT"
homepage = "https://taplo.tamasfe.dev"
repository = "https://github.com/tamasfe/taplo"
Expand All @@ -24,7 +24,7 @@ figment = { version = "0.10.6", features = ["json"] }
futures = "0.3.5"
indexmap = { version = "1.6", features = ["serde"] }
itertools = "0.10.3"
lsp-async-stub = { version = "0.6.3", path = "../lsp-async-stub" }
lsp-async-stub = { version = "0.6.4", path = "../lsp-async-stub" }
lsp-types = { version = "0.93.0", features = ["proposed"] }
once_cell = "1.5"
parking_lot = "0.12.0"
Expand All @@ -36,8 +36,8 @@ schemars = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["preserve_order"] }
tap = "1.0.1"
taplo = { version = "0.13.1", path = "../taplo", features = ["serde"] }
taplo-common = { version = "0.5.1", path = "../taplo-common" }
taplo = { version = "0.13.2", path = "../taplo", features = ["serde"] }
taplo-common = { version = "0.5.2", path = "../taplo-common" }
time = { version = "0.3", features = ["formatting", "parsing"] }
toml = "0.7"
tracing = "0.1.29"
Expand Down

0 comments on commit 821305a

Please sign in to comment.