Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
chore(release): 4.0.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-dev.1](ReVanced/revanced-cli@v3.1.2-dev.1...v4.0.0-dev.1) (2023-09-23)

### Bug Fixes

* Check, if mounting is possible ([3e13fb5](ReVanced/revanced-cli@3e13fb5))
* Delete temporal files if it exists ([a022feb](ReVanced/revanced-cli@a022feb))
* Do not sign if mounting ([578e16b](ReVanced/revanced-cli@578e16b))
* Filter logs correctly ([43fc20d](ReVanced/revanced-cli@43fc20d))
* Log logs with levels over warning to error output stream ([075f6ad](ReVanced/revanced-cli@075f6ad))
* Only open files for reading and writing if writeable ([3846f72](ReVanced/revanced-cli@3846f72))

### Features

* Add function to get the most common compatible version ([77d9173](ReVanced/revanced-cli@77d9173))
* Add option to filter patches to be listed by package name ([50c0f98](ReVanced/revanced-cli@50c0f98))
* Add option to warn about patches not being found in supplied patch bundles ([e46d855](ReVanced/revanced-cli@e46d855))
* Add ReVanced Library subproject ([#265](ReVanced/revanced-cli#265)) ([157278c](ReVanced/revanced-cli@157278c))
* Do not format patch names ([80a8d88](ReVanced/revanced-cli@80a8d88))
* Extend signing API ([592dc1c](ReVanced/revanced-cli@592dc1c))
* Log stacktrace in new line ([c67e3c7](ReVanced/revanced-cli@c67e3c7))
* Use ReVanced Library in ReVanced CLI ([7794327](ReVanced/revanced-cli@7794327))
* Word log message better ([6942b22](ReVanced/revanced-cli@6942b22))

### BREAKING CHANGES

* This changes many signatures of existing APIs and adds new functions for signing
* This changes the log handler signature
  • Loading branch information
semantic-release-bot committed Sep 23, 2023
1 parent c84041f commit 6fc3eeb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
# [4.0.0-dev.1](https://github.com/ReVanced/revanced-cli/compare/v3.1.2-dev.1...v4.0.0-dev.1) (2023-09-23)


### Bug Fixes

* Check, if mounting is possible ([3e13fb5](https://github.com/ReVanced/revanced-cli/commit/3e13fb5d56eb2a90c2a4a1ddfc05852b1f70add5))
* Delete temporal files if it exists ([a022feb](https://github.com/ReVanced/revanced-cli/commit/a022febd0c70807ddc3fa9948207a2a70d5191da))
* Do not sign if mounting ([578e16b](https://github.com/ReVanced/revanced-cli/commit/578e16b099fddfd2bb56accb225d04dfcd409b0c))
* Filter logs correctly ([43fc20d](https://github.com/ReVanced/revanced-cli/commit/43fc20d90e0a694b231b17bb7d9ecfa22bb5d9a0))
* Log logs with levels over warning to error output stream ([075f6ad](https://github.com/ReVanced/revanced-cli/commit/075f6ad56528a667dca1f0bed704cf7e5381026f))
* Only open files for reading and writing if writeable ([3846f72](https://github.com/ReVanced/revanced-cli/commit/3846f721ca015ab39a7e4b8d3f3d61163a6f1650))


### Features

* Add function to get the most common compatible version ([77d9173](https://github.com/ReVanced/revanced-cli/commit/77d91735ffbbd6e733f08176f535bfd39ece0c29))
* Add option to filter patches to be listed by package name ([50c0f98](https://github.com/ReVanced/revanced-cli/commit/50c0f98ce5927e07839437a2e550aa85f5a7e62d))
* Add option to warn about patches not being found in supplied patch bundles ([e46d855](https://github.com/ReVanced/revanced-cli/commit/e46d85564320f46c6faa54b2d3fa7fca3fa60019))
* Add ReVanced Library subproject ([#265](https://github.com/ReVanced/revanced-cli/issues/265)) ([157278c](https://github.com/ReVanced/revanced-cli/commit/157278c9ba25f0f786c5fe58e3e23f6890107118))
* Do not format patch names ([80a8d88](https://github.com/ReVanced/revanced-cli/commit/80a8d88406b2b04d13dca4fb0d7d7d62e1910317))
* Extend signing API ([592dc1c](https://github.com/ReVanced/revanced-cli/commit/592dc1c64ae4078e73bb71eba11380b301c79dea))
* Log stacktrace in new line ([c67e3c7](https://github.com/ReVanced/revanced-cli/commit/c67e3c70c7eaa514cde1bebe775a2216bc4a6074))
* Use ReVanced Library in ReVanced CLI ([7794327](https://github.com/ReVanced/revanced-cli/commit/7794327a11e8a0e0f28176cd45fad797b924c45f))
* Word log message better ([6942b22](https://github.com/ReVanced/revanced-cli/commit/6942b22a68de5e991987ea89882915917aec93a3))


### BREAKING CHANGES

* This changes many signatures of existing APIs and adds new functions for signing
* This changes the log handler signature

# [3.2.0-dev.1](https://github.com/ReVanced/revanced-cli/compare/v3.1.2-dev.1...v3.2.0-dev.1) (2023-09-20)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 3.2.0-dev.1
version = 4.0.0-dev.1

0 comments on commit 6fc3eeb

Please sign in to comment.