Skip to content

Commit

Permalink
🚀 Release: v0.462.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qlty-cli-releases[bot] committed Dec 9, 2024
1 parent 4eb973a commit a132ccb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

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

0 comments on commit a132ccb

Please sign in to comment.