From 2e5a5a5d6efb300c3c265c184aaa456c356a5f35 Mon Sep 17 00:00:00 2001 From: Osip Fatkullin Date: Thu, 1 Aug 2024 09:48:45 +0200 Subject: [PATCH] version: 2024.08.01 --- CHANGELOG.md | 17 ++++++++++++++++- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e472f77..27006ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,20 @@ ### red_mad_robot +- *No changes* + +### AndroidX + +- *No changes* + +### Stack + +- *No changes* + +## [2024.08.01] + +### red_mad_robot + - :sparkle: [konfeature](https://github.com/RedMadRobot/Konfeature) `0.1.0` - :arrow_up: [infrastructure](https://github.com/RedMadRobot/gradle-infrastructure/releases/tag/v0.19) `0.18.1` → `0.19.1` :warning: *(a lot of breaking changes)* @@ -306,7 +320,8 @@ Skipped versions: - [2023](CHANGELOG-2023.md) - [2022](CHANGELOG-2022.md) -[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.07.08...main +[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.08.01...main +[2024.08.01]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.07.08...2024.08.01 [2024.07.08]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.06.03...2024.07.08 [2024.06.03]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.05.05...2024.06.03 [2024.05.05]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.04.10...2024.05.05 diff --git a/README.md b/README.md index fd182ac..debd4f6 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ dependencyResolutionManagement { } versionCatalogs { - val version = "2024.07.08" + val version = "2024.08.01" create("rmr") { from("com.redmadrobot.versions:versions-redmadrobot:$version") } diff --git a/gradle.properties b/gradle.properties index e5a1307..5fa4955 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.redmadrobot.versions -version=2024.07.08 +version=2024.08.01 # Use official kotlin code style kotlin.code.style=official