Skip to content

Commit 4292f43

Browse files
chore(release): 14.0.0 [skip ci]
# [14.0.0](v13.0.0...v14.0.0) (2023-08-22) ### Bug Fixes * log decoding resources after logging deleting resource cache directory ([db62a16](db62a16)) * only emit closed patches that did not throw an exception with the `@Patch` annotation ([5938f6b](5938f6b)) * supply the parent classloader to `DexClassLoader` ([0f15077](0f15077)) ### Code Refactoring * improve structure and public API ([6b8977f](6b8977f)) ### Features * do not log instantiation of ReVanced Patcher ([273dd8d](273dd8d)) ### BREAKING CHANGES * Various public APIs have been changed. The `Version` annotation has been removed. Patches do not return anything anymore and instead throw `PatchException`. Multiple patch bundles can now be loaded in a single ClassLoader to bypass class loader isolation.
1 parent 30bd4fd commit 4292f43

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [14.0.0](https://github.com/ReVanced/revanced-patcher/compare/v13.0.0...v14.0.0) (2023-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* log decoding resources after logging deleting resource cache directory ([db62a16](https://github.com/ReVanced/revanced-patcher/commit/db62a1607b4a9d6256b5f5153decb088d9680553))
7+
* only emit closed patches that did not throw an exception with the `@Patch` annotation ([5938f6b](https://github.com/ReVanced/revanced-patcher/commit/5938f6b7ea25103a0a1b56ceebe49139bc80c6f5))
8+
* supply the parent classloader to `DexClassLoader` ([0f15077](https://github.com/ReVanced/revanced-patcher/commit/0f15077225600b65200022c1a318e504deb472b9))
9+
10+
11+
### Code Refactoring
12+
13+
* improve structure and public API ([6b8977f](https://github.com/ReVanced/revanced-patcher/commit/6b8977f17854ef0344d868e6391cb18134eceadc))
14+
15+
16+
### Features
17+
18+
* do not log instantiation of ReVanced Patcher ([273dd8d](https://github.com/ReVanced/revanced-patcher/commit/273dd8d388f8e9b7436c6d6145a94c12c1fabe55))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* Various public APIs have been changed. The `Version` annotation has been removed. Patches do not return anything anymore and instead throw `PatchException`. Multiple patch bundles can now be loaded in a single ClassLoader to bypass class loader isolation.
24+
125
# [14.0.0-dev.4](https://github.com/ReVanced/revanced-patcher/compare/v14.0.0-dev.3...v14.0.0-dev.4) (2023-08-22)
226

327

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 = 14.0.0-dev.4
4+
version = 14.0.0

0 commit comments

Comments
 (0)