diff --git a/CHANGELOG.md b/CHANGELOG.md index c5ef20f5..9e1bed0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# [1.0.0-dev.5](https://github.com/ReVancedTeam/revanced-patcher/compare/v1.0.0-dev.4...v1.0.0-dev.5) (2022-03-22) + + +### Bug Fixes + +* **gradle:** publish source and javadocs ([2135860](https://github.com/ReVancedTeam/revanced-patcher/commit/21358606b9ae5ba05b4a5b471b7846657239aa8d)) +* **Io:** fix finding classes by name ([b4e8ccb](https://github.com/ReVancedTeam/revanced-patcher/commit/b4e8ccbbbb0e750ce8f3b4eaf0b26b4f75095a70)) +* **Io:** JAR loading and saving ([#8](https://github.com/ReVancedTeam/revanced-patcher/issues/8)) ([2dc70b5](https://github.com/ReVancedTeam/revanced-patcher/commit/2dc70b51f26146695ffe6fb53b24e6fa1f65e961)) +* nullable signature members ([#10](https://github.com/ReVancedTeam/revanced-patcher/issues/10)) ([b2ea82a](https://github.com/ReVancedTeam/revanced-patcher/commit/b2ea82a8eec1913d62fc079fa8bd7df93b39453a)) + + +### Code Refactoring + +* Optimize Signature class ([#11](https://github.com/ReVancedTeam/revanced-patcher/issues/11)) ([fe69afe](https://github.com/ReVancedTeam/revanced-patcher/commit/fe69afedd470fbb09e97d2e9478643c09e623540)) +* Rename `net.revanced` to `app.revanced` ([4fea658](https://github.com/ReVancedTeam/revanced-patcher/commit/4fea6587b60a94be8ebf17ee9b4cb3db182ca030)) + + +### Features + +* Add `findParentMethod` utility method ([#4](https://github.com/ReVancedTeam/revanced-patcher/issues/4)) ([2cff30e](https://github.com/ReVancedTeam/revanced-patcher/commit/2cff30e05c5c84ed95bae521b7fac26b07984eed)) + + +### BREAKING CHANGES + +* Array was changed to IntArray. This breaks existing patches. +* Package name was changed from "net.revanced" to "app.revanced" + # [1.0.0-dev.10](https://github.com/ReVancedTeam/revanced-patcher/compare/v1.0.0-dev.9...v1.0.0-dev.10) (2022-03-21) diff --git a/gradle.properties b/gradle.properties index 7474e2e6..8294ed7f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 1.0.0-dev.10 +version = 1.0.0-dev.5