Skip to content

Commit 4297d40

Browse files
Release 0.641.0 (#2835)
Automated PR for release 0.641.0. Review (and edit, if needed) the changelog entry below, then merge this pull request to publish the release. ## Draft release notes ### Improved - Bump the eslint, oxlint, and prisma plugins to eslint 10, oxlint 1.x, and prisma 7 (#2825) ### Fixed - Switch Biome >= 2.4 to the stable `rdjson` reporter, restoring lint results that were dropped when Biome 2.4 changed its unstable `json` reporter output (#2821) Co-authored-by: qlty-releases[bot] <181762136+qlty-releases[bot]@users.noreply.github.com>
1 parent 4251320 commit 4297d40

3 files changed

Lines changed: 32 additions & 22 deletions

File tree

CHANGELOG.md

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

3+
## v0.641.0 (2026-08-03)
4+
5+
### Improved
6+
7+
- Bump the eslint, oxlint, and prisma plugins to eslint 10, oxlint 1.x, and prisma 7 (#2825)
8+
9+
### Fixed
10+
11+
- Switch Biome >= 2.4 to the stable `rdjson` reporter, restoring lint results that were dropped when Biome 2.4 changed its unstable `json` reporter output (#2821)
12+
313
## v0.640.0 (2026-07-28)
414

515
- Add a `pre-release` channel to the release promotion workflow, so new releases auto-promote to `pre-release` and promotion to `latest` becomes a deliberate step (#2832)

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

0 commit comments

Comments
 (0)