Skip to content

Commit dfc604d

Browse files
Release 0.584.0 (#2456)
Automated PR for release 0.584.0 --------- Co-authored-by: qlty-releases[bot] <181762136+qlty-releases[bot]@users.noreply.github.com> Co-authored-by: Noah Davis <[email protected]>
1 parent 29ff2a2 commit dfc604d

File tree

3 files changed

+59
-22
lines changed

3 files changed

+59
-22
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

3+
## v0.584.0 (2025-10-17)
4+
5+
No changes. (Release was triggered by internal improvements.)
6+
7+
## v0.583.0 (2025-10-16)
8+
9+
### Fixed
10+
11+
- Revert behavior introduced in 0.582.0 which inadvertently caused our TOML parsing to become more strict in certain cases (#2452)
12+
13+
## v0.582.0 (2025-10-16)
14+
15+
### New
16+
17+
- Add automatic path fixing for CI/CD environments when publishing coverage (#2338)
18+
19+
### Fixed
20+
21+
- Unify plugins enable and qlty init behaviour for package_file and filters (#2334)
22+
- Warn on excluding config_file (#2446)
23+
24+
## v0.581.0 (2025-10-09)
25+
26+
### New
27+
28+
- Add install only flag to check command (#2426)
29+
- Add support for engines in config migrate (#2439)
30+
31+
### Fixed
32+
33+
- Fix prettier success_codes configuration (#2428)
34+
- Fix plugin configs not to include affects cache (#2427)
35+
36+
#### Notes
37+
38+
NB: There was no release version: 0.580.0
39+
340
## v0.579.0 (2025-09-29)
441

542
### Fixed

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.583.0"
2+
version = "0.584.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.583.0", path = "qlty-analysis" }
74-
qlty-check = { version = "0.583.0", path = "qlty-check" }
75-
qlty-cloud = { version = "0.583.0", path = "qlty-cloud" }
76-
qlty-config = { version = "0.583.0", path = "qlty-config" }
77-
qlty-coverage = { version = "0.583.0", path = "qlty-coverage" }
78-
qlty-formats = { version = "0.583.0", path = "qlty-formats" }
79-
qlty-plugins = { version = "0.583.0", path = "qlty-plugins" }
80-
qlty-smells = { version = "0.583.0", path = "qlty-smells" }
81-
qlty-test-utilities = { version = "0.583.0", path = "qlty-test-utilities" }
82-
qlty-types = { version = "0.583.0", path = "qlty-types" }
73+
qlty-analysis = { version = "0.584.0", path = "qlty-analysis" }
74+
qlty-check = { version = "0.584.0", path = "qlty-check" }
75+
qlty-cloud = { version = "0.584.0", path = "qlty-cloud" }
76+
qlty-config = { version = "0.584.0", path = "qlty-config" }
77+
qlty-coverage = { version = "0.584.0", path = "qlty-coverage" }
78+
qlty-formats = { version = "0.584.0", path = "qlty-formats" }
79+
qlty-plugins = { version = "0.584.0", path = "qlty-plugins" }
80+
qlty-smells = { version = "0.584.0", path = "qlty-smells" }
81+
qlty-test-utilities = { version = "0.584.0", path = "qlty-test-utilities" }
82+
qlty-types = { version = "0.584.0", path = "qlty-types" }
8383
rand = "0.8.5"
8484
rayon = "1.11.0"
8585
regex = "1.11.2"

0 commit comments

Comments
 (0)