Skip to content

Commit 945ddb7

Browse files
Release 0.588.0 (#2497)
Automated PR for release 0.588.0 Co-authored-by: qlty-releases[bot] <181762136+qlty-releases[bot]@users.noreply.github.com>
1 parent c9b3439 commit 945ddb7

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.587.0"
2+
version = "0.588.0"
33
authors = ["Qlty Software Inc."]
44
description = "Code quality toolkit"
55
documentation = "https://docs.qlty.sh"
@@ -70,16 +70,16 @@ pathdiff = "0.2.3"
7070
pbjson = "0.7.0"
7171
pbjson-types = "0.7.0"
7272
prost = "0.13.5"
73-
qlty-analysis = { version = "0.587.0", path = "qlty-analysis" }
74-
qlty-check = { version = "0.587.0", path = "qlty-check" }
75-
qlty-cloud = { version = "0.587.0", path = "qlty-cloud" }
76-
qlty-config = { version = "0.587.0", path = "qlty-config" }
77-
qlty-coverage = { version = "0.587.0", path = "qlty-coverage" }
78-
qlty-formats = { version = "0.587.0", path = "qlty-formats" }
79-
qlty-plugins = { version = "0.587.0", path = "qlty-plugins" }
80-
qlty-smells = { version = "0.587.0", path = "qlty-smells" }
81-
qlty-test-utilities = { version = "0.587.0", path = "qlty-test-utilities" }
82-
qlty-types = { version = "0.587.0", path = "qlty-types" }
73+
qlty-analysis = { version = "0.588.0", path = "qlty-analysis" }
74+
qlty-check = { version = "0.588.0", path = "qlty-check" }
75+
qlty-cloud = { version = "0.588.0", path = "qlty-cloud" }
76+
qlty-config = { version = "0.588.0", path = "qlty-config" }
77+
qlty-coverage = { version = "0.588.0", path = "qlty-coverage" }
78+
qlty-formats = { version = "0.588.0", path = "qlty-formats" }
79+
qlty-plugins = { version = "0.588.0", path = "qlty-plugins" }
80+
qlty-smells = { version = "0.588.0", path = "qlty-smells" }
81+
qlty-test-utilities = { version = "0.588.0", path = "qlty-test-utilities" }
82+
qlty-types = { version = "0.588.0", path = "qlty-types" }
8383
rand = "0.8.5"
8484
rayon = "1.11.0"
8585
regex = "1.12.2"

0 commit comments

Comments
 (0)