Skip to content

Commit

Permalink
chore(release): 1.0.0-dev.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-dev.5](v1.0.0-dev.4...v1.0.0-dev.5) (2022-03-22)

### Bug Fixes

* **gradle:** publish source and javadocs ([2135860](2135860))
* **Io:** fix finding classes by name ([b4e8ccb](b4e8ccb))
* **Io:** JAR loading and saving ([#8](#8)) ([2dc70b5](2dc70b5))
* nullable signature members ([#10](#10)) ([b2ea82a](b2ea82a))

### Code Refactoring

* Optimize Signature class ([#11](#11)) ([fe69afe](fe69afe))
* Rename `net.revanced` to `app.revanced` ([4fea658](4fea658))

### Features

* Add `findParentMethod` utility method ([#4](#4)) ([2cff30e](2cff30e))

### BREAKING CHANGES

* Array<Int> was changed to IntArray. This breaks existing patches.
* Package name was changed from "net.revanced" to "app.revanced"
  • Loading branch information
semantic-release-bot committed Mar 22, 2022
1 parent fe69afe commit a0add0d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions 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<Int> 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)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 1.0.0-dev.10
version = 1.0.0-dev.5

0 comments on commit a0add0d

Please sign in to comment.