Skip to content

Commit

Permalink
🚀 Release: v0.468.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qlty-cli-releases[bot] committed Jan 9, 2025
1 parent d3a8ddf commit 9ba3895
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.467.0"
version = "0.468.0"
authors = ["Qlty Software Inc."]
description = "Code quality toolkit"
documentation = "https://docs.qlty.sh"
Expand Down Expand Up @@ -69,15 +69,15 @@ pathdiff = "0.2.3"
pbjson = "0.7.0"
pbjson-types = "0.7.0"
prost = "0.13.4"
qlty-analysis = { version = "0.467.0", path = "qlty-analysis" }
qlty-check = { version = "0.467.0", path = "qlty-check" }
qlty-cloud = { version = "0.467.0", path = "qlty-cloud" }
qlty-config = { version = "0.467.0", path = "qlty-config" }
qlty-coverage = { version = "0.467.0", path = "qlty-coverage" }
qlty-plugins = { version = "0.467.0", path = "qlty-plugins" }
qlty-smells = { version = "0.467.0", path = "qlty-smells" }
qlty-test-utilities = { version = "0.467.0", path = "qlty-test-utilities" }
qlty-types = { version = "0.467.0", path = "qlty-types" }
qlty-analysis = { version = "0.468.0", path = "qlty-analysis" }
qlty-check = { version = "0.468.0", path = "qlty-check" }
qlty-cloud = { version = "0.468.0", path = "qlty-cloud" }
qlty-config = { version = "0.468.0", path = "qlty-config" }
qlty-coverage = { version = "0.468.0", path = "qlty-coverage" }
qlty-plugins = { version = "0.468.0", path = "qlty-plugins" }
qlty-smells = { version = "0.468.0", path = "qlty-smells" }
qlty-test-utilities = { version = "0.468.0", path = "qlty-test-utilities" }
qlty-types = { version = "0.468.0", path = "qlty-types" }
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.11.0"
Expand Down

0 comments on commit 9ba3895

Please sign in to comment.