Skip to content

Commit 30faac4

Browse files
chore: Release v6.0.0 [skip ci]
# [6.0.0](v5.0.1...v6.0.0) (2026-03-14) * build(Needs bump)!: Update to ReVanced Patcher v22 ([#385](#385)) ([30f36ee](30f36ee)) ### Bug Fixes * Do not print patch description if null ([bba90fe](bba90fe)) * Group `mount` and `install` options into an argument group ([#364](#364)) ([0c53a2d](0c53a2d)) ### Features * Add signature and build provenance verification ([f481462](f481462)) ### BREAKING CHANGES * ReVanced CLI switches to ReVanced Patcher v22 and will therefore be incompatible with patches from older versions of ReVanced Patcher.
1 parent 5b9b3b5 commit 30faac4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [6.0.0](https://github.com/ReVanced/revanced-cli/compare/v5.0.1...v6.0.0) (2026-03-14)
2+
3+
4+
* build(Needs bump)!: Update to ReVanced Patcher v22 ([#385](https://github.com/ReVanced/revanced-cli/issues/385)) ([30f36ee](https://github.com/ReVanced/revanced-cli/commit/30f36ee270d4b63b69bf7949c7968f2827c395ce))
5+
6+
7+
### Bug Fixes
8+
9+
* Do not print patch description if null ([bba90fe](https://github.com/ReVanced/revanced-cli/commit/bba90fede85e4632efb9509e5bcf9091a9435549))
10+
* Group `mount` and `install` options into an argument group ([#364](https://github.com/ReVanced/revanced-cli/issues/364)) ([0c53a2d](https://github.com/ReVanced/revanced-cli/commit/0c53a2d1d75d3d934d134594751fe6cd0b000d1a))
11+
12+
13+
### Features
14+
15+
* Add signature and build provenance verification ([f481462](https://github.com/ReVanced/revanced-cli/commit/f481462ccf2eb55d1f964c0f3934bf2b29f4b0ef))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* ReVanced CLI switches to ReVanced Patcher v22 and will therefore be incompatible with patches from older versions of ReVanced Patcher.
21+
122
# [6.0.0-dev.2](https://github.com/ReVanced/revanced-cli/compare/v6.0.0-dev.1...v6.0.0-dev.2) (2026-02-26)
223

324

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 6.0.0-dev.2
4+
version = 6.0.0

0 commit comments

Comments
 (0)