Skip to content

Commit 94dec6d

Browse files
🚀 Release: v0.497.0
1 parent 9eae4b0 commit 94dec6d

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.496.0"
2+
version = "0.497.0"
33
authors = ["Qlty Software Inc."]
44
description = "Code quality toolkit"
55
documentation = "https://docs.qlty.sh"
@@ -69,15 +69,15 @@ pathdiff = "0.2.3"
6969
pbjson = "0.7.0"
7070
pbjson-types = "0.7.0"
7171
prost = "0.13.4"
72-
qlty-analysis = { version = "0.496.0", path = "qlty-analysis" }
73-
qlty-check = { version = "0.496.0", path = "qlty-check" }
74-
qlty-cloud = { version = "0.496.0", path = "qlty-cloud" }
75-
qlty-config = { version = "0.496.0", path = "qlty-config" }
76-
qlty-coverage = { version = "0.496.0", path = "qlty-coverage" }
77-
qlty-plugins = { version = "0.496.0", path = "qlty-plugins" }
78-
qlty-smells = { version = "0.496.0", path = "qlty-smells" }
79-
qlty-test-utilities = { version = "0.496.0", path = "qlty-test-utilities" }
80-
qlty-types = { version = "0.496.0", path = "qlty-types" }
72+
qlty-analysis = { version = "0.497.0", path = "qlty-analysis" }
73+
qlty-check = { version = "0.497.0", path = "qlty-check" }
74+
qlty-cloud = { version = "0.497.0", path = "qlty-cloud" }
75+
qlty-config = { version = "0.497.0", path = "qlty-config" }
76+
qlty-coverage = { version = "0.497.0", path = "qlty-coverage" }
77+
qlty-plugins = { version = "0.497.0", path = "qlty-plugins" }
78+
qlty-smells = { version = "0.497.0", path = "qlty-smells" }
79+
qlty-test-utilities = { version = "0.497.0", path = "qlty-test-utilities" }
80+
qlty-types = { version = "0.497.0", path = "qlty-types" }
8181
rand = "0.8.5"
8282
rayon = "1.10.0"
8383
regex = "1.11.0"

0 commit comments

Comments
 (0)