From b049e1594bb2d68da54e8238f3c5b6d8b285da7c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Nov 2023 07:34:19 +0000 Subject: [PATCH] chore(release): 4.1.0 [skip ci] # [4.1.0](https://github.com/E85Addict/revanced-cli/compare/v4.0.2...v4.1.0) (2023-11-19) ### Features * Include or exclude patches by their index in relation to supplied patch bundles ([b2055ce](https://github.com/E85Addict/revanced-cli/commit/b2055ce07df3ab9a9f3f73ab17d8c2cf02f2ae62)) * List patches which are compatible with any app ([#297](https://github.com/E85Addict/revanced-cli/issues/297)) ([0139dfe](https://github.com/E85Addict/revanced-cli/commit/0139dfe0bfa06a13f56dc03e7718aaf644029614)) ### Performance Improvements * --rip-lib and --unsigned ([b846491](https://github.com/E85Addict/revanced-cli/commit/b846491d24994b901cd38f664b829de313242aa7)) * Use a `HashSet` to check for included and excluded patches ([616d14f](https://github.com/E85Addict/revanced-cli/commit/616d14f0097c1ee7ba6dc07be417590f6418e8e5)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c47fef3..910d9b089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [4.1.0](https://github.com/E85Addict/revanced-cli/compare/v4.0.2...v4.1.0) (2023-11-19) + + +### Features + +* Include or exclude patches by their index in relation to supplied patch bundles ([b2055ce](https://github.com/E85Addict/revanced-cli/commit/b2055ce07df3ab9a9f3f73ab17d8c2cf02f2ae62)) +* List patches which are compatible with any app ([#297](https://github.com/E85Addict/revanced-cli/issues/297)) ([0139dfe](https://github.com/E85Addict/revanced-cli/commit/0139dfe0bfa06a13f56dc03e7718aaf644029614)) + + +### Performance Improvements + +* --rip-lib and --unsigned ([b846491](https://github.com/E85Addict/revanced-cli/commit/b846491d24994b901cd38f664b829de313242aa7)) +* Use a `HashSet` to check for included and excluded patches ([616d14f](https://github.com/E85Addict/revanced-cli/commit/616d14f0097c1ee7ba6dc07be417590f6418e8e5)) + # [4.1.0](https://github.com/ReVanced/revanced-cli/compare/v4.0.2...v4.1.0) (2023-11-04)