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 22, 2021
1 parent eb17cf5 commit c45b0c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# History of notable changes introduced in each version

## 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))
#### Other
- Migrate the showcase app to Jetpack Compose ([`66abcd04`](https://github.com/mahozad/android-pie-chart/commit/66abcd04))

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

## v0.6.0 (2021-08-21)
#### New features
- Add resource version of properties ([`0885cf07`](https://github.com/mahozad/android-pie-chart/commit/0885cf07) and other commits)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ A Pie/Donut<sup id="ref-1">[1](#footnote-1)</sup>/Ring chart for Android, custom

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

### 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.0"
version = "0.6.1"
val githubProjectName = "android-pie-chart"

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

0 comments on commit c45b0c2

Please sign in to comment.