Skip to content

Commit

Permalink
🚀 Release: v0.464.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qlty-cli-releases[bot] committed Dec 19, 2024
1 parent 477be85 commit 4638c24
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.463.0"
version = "0.464.0"
authors = ["Qlty Software Inc."]
description = "Code quality toolkit"
documentation = "https://docs.qlty.sh"
Expand Down Expand Up @@ -63,15 +63,15 @@ pathdiff = "0.2.3"
pbjson = "0.7.0"
pbjson-types = "0.7.0"
prost = "0.13.4"
qlty-analysis = { version = "0.463.0", path = "qlty-analysis" }
qlty-check = { version = "0.463.0", path = "qlty-check" }
qlty-cloud = { version = "0.463.0", path = "qlty-cloud" }
qlty-config = { version = "0.463.0", path = "qlty-config" }
qlty-coverage = { version = "0.463.0", path = "qlty-coverage" }
qlty-plugins = { version = "0.463.0", path = "qlty-plugins" }
qlty-smells = { version = "0.463.0", path = "qlty-smells" }
qlty-test-utilities = { version = "0.463.0", path = "qlty-test-utilities" }
qlty-types = { version = "0.463.0", path = "qlty-types" }
qlty-analysis = { version = "0.464.0", path = "qlty-analysis" }
qlty-check = { version = "0.464.0", path = "qlty-check" }
qlty-cloud = { version = "0.464.0", path = "qlty-cloud" }
qlty-config = { version = "0.464.0", path = "qlty-config" }
qlty-coverage = { version = "0.464.0", path = "qlty-coverage" }
qlty-plugins = { version = "0.464.0", path = "qlty-plugins" }
qlty-smells = { version = "0.464.0", path = "qlty-smells" }
qlty-test-utilities = { version = "0.464.0", path = "qlty-test-utilities" }
qlty-types = { version = "0.464.0", path = "qlty-types" }
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.11.0"
Expand Down

0 comments on commit 4638c24

Please sign in to comment.