Skip to content

Commit

Permalink
chore(release): 17.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [17.0.0](v16.0.2...v17.0.0) (2023-10-09)

### Features

* Add option to use single threaded writer for dex files ([77dbee3](77dbee3))

### BREAKING CHANGES

* This commit gets rid of deprecated constructors.
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent 5953d6c commit 8c8a251
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 @@
# [17.0.0](https://github.com/ReVanced/revanced-patcher/compare/v16.0.2...v17.0.0) (2023-10-09)


### Features

* Add option to use single threaded writer for dex files ([77dbee3](https://github.com/ReVanced/revanced-patcher/commit/77dbee3d6ae7b8dc77543e036624daa68ae63504))


### BREAKING CHANGES

* This commit gets rid of deprecated constructors.

# [17.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v16.0.2...v17.0.0-dev.1) (2023-10-09)


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 = 17.0.0-dev.1
version = 17.0.0

0 comments on commit 8c8a251

Please sign in to comment.