Skip to content

Commit 6306b1a

Browse files
chore(release): 5.0.0-dev.1 [skip ci]
# [5.0.0-dev.1](v4.6.0...v5.0.0-dev.1) (2024-08-12) ### Features * Set patch options via CLI ([#336](#336)) ([2300243](2300243)) ### BREAKING CHANGES * This commit changes various CLI options and removes the `options.json` file. Instead, patch options can now be passed via CLI options
1 parent 2300243 commit 6306b1a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.0.0-dev.1](https://github.com/ReVanced/revanced-cli/compare/v4.6.0...v5.0.0-dev.1) (2024-08-12)
2+
3+
4+
### Features
5+
6+
* Set patch options via CLI ([#336](https://github.com/ReVanced/revanced-cli/issues/336)) ([2300243](https://github.com/ReVanced/revanced-cli/commit/23002434b2d51c2a3b30b33dd0526261432d90ce))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* This commit changes various CLI options and removes the `options.json` file. Instead, patch options can now be passed via CLI options
12+
113
# [4.6.0](https://github.com/ReVanced/revanced-cli/compare/v4.5.0...v4.6.0) (2024-04-01)
214

315

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 = 4.6.0
4+
version = 5.0.0-dev.1

0 commit comments

Comments
 (0)