Skip to content

Commit

Permalink
version: 2024.08.01
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 1, 2024
1 parent 676974e commit 2e5a5a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)*

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2e5a5a5

Please sign in to comment.