Skip to content

Commit 58bd467

Browse files
chore(release): 19.1.0 [skip ci]
# [19.1.0](v19.0.0...v19.1.0) (2023-12-01) ### Features * Add constructor to initialize patches without annotations ([462fbe2](462fbe2)) * Retrieve annotations in super and interface classes ([7aeae93](7aeae93)) ### Performance Improvements * Use a hash set for fast lookup ([f1de9b3](f1de9b3))
1 parent 288240f commit 58bd467

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [19.1.0](https://github.com/ReVanced/revanced-patcher/compare/v19.0.0...v19.1.0) (2023-12-01)
2+
3+
4+
### Features
5+
6+
* Add constructor to initialize patches without annotations ([462fbe2](https://github.com/ReVanced/revanced-patcher/commit/462fbe2cadf56d8b0dde33319256021093bd39d5))
7+
* Retrieve annotations in super and interface classes ([7aeae93](https://github.com/ReVanced/revanced-patcher/commit/7aeae93f3d9a13e294fe1bdb2586f79908af60af))
8+
9+
10+
### Performance Improvements
11+
12+
* Use a hash set for fast lookup ([f1de9b3](https://github.com/ReVanced/revanced-patcher/commit/f1de9b39eff1db44c00acd3e41902b3ec6124776))
13+
114
# [19.1.0-dev.1](https://github.com/ReVanced/revanced-patcher/compare/v19.0.0...v19.1.0-dev.1) (2023-11-29)
215

316

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 19.1.0-dev.1
4+
version = 19.1.0

0 commit comments

Comments
 (0)