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

## 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)
- Add label offset property to *Slice* class ([`a8755a65`](https://github.com/mahozad/android-pie-chart/commit/a8755a65))
#### Updates
- Changes to chart properties now work ([`e9420e85`](https://github.com/mahozad/android-pie-chart/commit/e9420e85))
- Update dimension properties to be of type *Dimension* ([`c7b1b5e5`](https://github.com/mahozad/android-pie-chart/commit/c7b1b5e5))
#### Bug fixes
- Fix the bug with first slice of the pie ([`6e50d892`](https://github.com/mahozad/android-pie-chart/commit/6e50d892))

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

## v0.5.0 (2021-08-01)
#### New features
- Legends ([`17d74f86`](https://github.com/mahozad/android-pie-chart/commit/17d74f86) 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.5.0")
implementation("ir.mahozad.android:pie-chart:0.6.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.5.0"
version = "0.6.0"
val githubProjectName = "android-pie-chart"

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

0 comments on commit cc7edbc

Please sign in to comment.