Skip to content

Commit

Permalink
Increment the version and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Aug 25, 2021
1 parent d79fdf1 commit cdd8349
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# History of notable changes introduced in each version

## v0.6.2 (2021-08-25)
#### Bug fixes
- Fix the bug with single-slice pie not drawn ([`d79fdf15`](https://github.com/mahozad/android-pie-chart/commit/d79fdf15))
- Fix the problem with legend box border ([`3b9d942a`](https://github.com/mahozad/android-pie-chart/commit/3b9d942a))
#### Other
- Update showcase app to show random charts on click ([`cbd2c212`](https://github.com/mahozad/android-pie-chart/commit/cbd2c212))

[All commits since version 0.6.1](https://github.com/mahozad/android-pie-chart/compare/v0.6.1...v0.6.2)

## v0.6.1 (2021-08-22)
#### Bug fixes
- Fix the bug with some properties change having no effect in the chart ([`eb17cf50`](https://github.com/mahozad/android-pie-chart/commit/eb17cf50))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ A Pie/Donut<sup id="ref-1">[*](#footnote-1)</sup>/Ring chart for Android, custom

### build.gradle[.kts]
```groovy
implementation("ir.mahozad.android:pie-chart:0.6.1")
implementation("ir.mahozad.android:pie-chart:0.6.2")
```

### XML layout
Expand Down
4 changes: 2 additions & 2 deletions piechart/build.gradle.kts
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = "ir.mahozad.android"
version = "0.6.1"
version = "0.6.2"
val githubProjectName = "android-pie-chart"

android {
Expand Down Expand Up @@ -62,7 +62,7 @@ android {
defaultConfig {
minSdkVersion(21)
targetSdkVersion(30)
versionCode = 7
versionCode = 8
versionName = project.version.toString()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArgument("runnerBuilder", "de.mannodermaus.junit5.AndroidJUnit5Builder")
Expand Down

0 comments on commit cdd8349

Please sign in to comment.