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

## v0.7.0 (2021-08-31)
#### New features
- Add basic animation support ([`22f6af60`](https://github.com/mahozad/android-pie-chart/commit/22f6af60))
#### Bug fixes
- Fix the bug with whole-fraction single-slice pie ([`0d25f282`](https://github.com/mahozad/android-pie-chart/commit/0d25f282))
#### Other
- Improve the showcase app ([`e5dec1f7`](https://github.com/mahozad/android-pie-chart/commit/e5dec1f7))

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

## 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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,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.2")
implementation("ir.mahozad.android:pie-chart:0.7.0")
```

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

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

0 comments on commit 2a0c652

Please sign in to comment.