From 4d7a9dbb06467872d1473e4aba7f538d4ff46cf8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Oct 2024 14:50:26 +0000 Subject: [PATCH] chore: Release v4.17.0-dev.13 [skip ci] # [4.17.0-dev.13](https://github.com/ReVanced/revanced-patches/compare/v4.17.0-dev.12...v4.17.0-dev.13) (2024-10-19) ### Bug Fixes * **YouTube - GmsCore support:** Add more replacements ([6965b7d](https://github.com/ReVanced/revanced-patches/commit/6965b7d6536a658e75274ad6e963d1bb3dd6ae08)) * **YouTube - GmsCore support:** Remove unclear patch changes ([ab10b42](https://github.com/ReVanced/revanced-patches/commit/ab10b42388005cf2021ff178609b5539ac58858a)) ### Performance Improvements * **YouTube - GmsCore support:** Improve performance by using hashsets ([6bc6ea8](https://github.com/ReVanced/revanced-patches/commit/6bc6ea854bc90df364c2087b6e3e031b796fc6a7)) --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aaba8953..88b6348ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [4.17.0-dev.13](https://github.com/ReVanced/revanced-patches/compare/v4.17.0-dev.12...v4.17.0-dev.13) (2024-10-19) + + +### Bug Fixes + +* **YouTube - GmsCore support:** Add more replacements ([4d39770](https://github.com/ReVanced/revanced-patches/commit/4d39770602b39b6cb399eb0d8c52947b6ebafbb0)) +* **YouTube - GmsCore support:** Remove unclear patch changes ([021d858](https://github.com/ReVanced/revanced-patches/commit/021d8584a7f5a6d1a028c5d18dc91a3b988b2884)) + + +### Performance Improvements + +* **YouTube - GmsCore support:** Improve performance by using hashsets ([2c5d390](https://github.com/ReVanced/revanced-patches/commit/2c5d390fb1275dc3da5a3b912e221b7d594a1561)) + # [4.17.0-dev.12](https://github.com/ReVanced/revanced-patches/compare/v4.17.0-dev.11...v4.17.0-dev.12) (2024-10-19) diff --git a/gradle.properties b/gradle.properties index 5214f0d44..e6c56c8a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 4.17.0-dev.12 +version = 4.17.0-dev.13