Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
qlty-cli-releases[bot] committed Nov 22, 2024
1 parent 3e802b0 commit d89bd5c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

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

0 comments on commit d89bd5c

Please sign in to comment.