Skip to content

Commit

Permalink
chore(release): 14.0.0-dev.3 [skip ci]
Browse files Browse the repository at this point in the history
# [14.0.0-dev.3](v14.0.0-dev.2...v14.0.0-dev.3) (2023-08-20)

### Bug Fixes

* supply the parent classloader to `DexClassLoader` ([0f15077](0f15077))

### Features

* do not log instantiation of ReVanced Patcher ([273dd8d](273dd8d))
  • Loading branch information
semantic-release-bot committed Aug 20, 2023
1 parent 0f15077 commit 5c0c0d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [14.0.0-dev.3](https:/ReVanced/revanced-patcher/compare/v14.0.0-dev.2...v14.0.0-dev.3) (2023-08-20)


### Bug Fixes

* supply the parent classloader to `DexClassLoader` ([0f15077](https:/ReVanced/revanced-patcher/commit/0f15077225600b65200022c1a318e504deb472b9))


### Features

* do not log instantiation of ReVanced Patcher ([273dd8d](https:/ReVanced/revanced-patcher/commit/273dd8d388f8e9b7436c6d6145a94c12c1fabe55))

# [14.0.0-dev.2](https:/ReVanced/revanced-patcher/compare/v14.0.0-dev.1...v14.0.0-dev.2) (2023-08-19)

# [14.0.0-dev.1](https:/ReVanced/revanced-patcher/compare/v13.0.0...v14.0.0-dev.1) (2023-08-18)
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 = 14.0.0-dev.2
version = 14.0.0-dev.3

0 comments on commit 5c0c0d6

Please sign in to comment.