From 195d08291383c5c660777f97b21e66542092a83e Mon Sep 17 00:00:00 2001 From: matejsemancik Date: Tue, 8 Oct 2024 13:04:58 +0200 Subject: [PATCH] Update CHANGELOG.md, group snapshots by major version, update plugin repo --- CHANGELOG.md | 3 +++ buildSrc/build.gradle.kts | 2 +- gradle.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88181ff..f95e2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Donut Releases # +## Version 2.2.4 +- Don't draw sections if amount is 0 (https://github.com/futuredapp/donut/pull/96) + ## Version 2.2.3 ### Compose version - Bump Compose to 1.4.1 diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index a69ca9d..f634d89 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -3,7 +3,7 @@ plugins { } repositories { - jcenter() + gradlePluginPortal() } dependencies { diff --git a/gradle.properties b/gradle.properties index 2747dff..58e16b0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=app.futured.donut -VERSION_NAME=2.2.2-SNAPSHOT +VERSION_NAME=2.X.X-SNAPSHOT POM_DESCRIPTION=Doughnut-like graph view capable of displaying multiple datasets with assignable colors POM_INCEPTION_YEAR=2020 POM_URL="https://github.com/thefuntasty/donut"