Skip to content

Commit

Permalink
chore(release): 20.0.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0-dev.1](v19.3.1...v20.0.0-dev.1) (2024-07-22)

### Features

* Convert APIs to Kotlin DSL ([#298](#298)) ([3f9cbd2](3f9cbd2))

### BREAKING CHANGES

* Various old APIs are removed, and DSL APIs are added instead.
  • Loading branch information
semantic-release-bot committed Jul 22, 2024
1 parent 3f9cbd2 commit 9ce772a
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 @@
# [20.0.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.1...v20.0.0-dev.1) (2024-07-22)


### Features

* Convert APIs to Kotlin DSL ([#298](https://github.com/ReVanced/revanced-patcher/issues/298)) ([3f9cbd2](https://github.com/ReVanced/revanced-patcher/commit/3f9cbd2408fa085690a062b357e11e42c51e7f8b))


### BREAKING CHANGES

* Various old APIs are removed, and DSL APIs are added instead.

## [19.3.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0...v19.3.1) (2024-02-14)

## [19.3.1-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.3.0...v19.3.1-dev.1) (2024-02-14)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.parallel = true
org.gradle.caching = true
version = 19.3.1
version = 20.0.0-dev.1

0 comments on commit 9ce772a

Please sign in to comment.