Skip to content

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](v3.2.0-dev.1...v4.0.0-dev.1) (2023-09-20)

### Bug Fixes

* Check, if mounting is possible ([3e13fb5](3e13fb5))
* Delete temporal files if it exists ([a022feb](a022feb))
* Do not sign if mounting ([578e16b](578e16b))
* Filter logs correctly ([43fc20d](43fc20d))
* Log logs with levels over warning to error output stream ([075f6ad](075f6ad))

### Features

* Add ReVanced Library subproject ([#265](#265)) ([157278c](157278c))
* Use ReVanced Library in ReVanced CLI ([7794327](7794327))
* Word log message better ([6942b22](6942b22))

### BREAKING CHANGES

* This changes the log handler signature
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 8da0c2b commit 2fbfc1d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [4.0.0-dev.1](https://github.com/ReVanced/revanced-cli/compare/v3.2.0-dev.1...v4.0.0-dev.1) (2023-09-20)


### 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))


### Features

* Add ReVanced Library subproject ([#265](https://github.com/ReVanced/revanced-cli/issues/265)) ([157278c](https://github.com/ReVanced/revanced-cli/commit/157278c9ba25f0f786c5fe58e3e23f6890107118))
* 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 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 2fbfc1d

Please sign in to comment.