Skip to content

Commit cc7edbc

Browse files
committed
Increment the version and update the changelog
1 parent 13d65cd commit cc7edbc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# History of notable changes introduced in each version
22

3+
## v0.6.0 (2021-08-21)
4+
#### New features
5+
- Add resource version of properties ([`0885cf07`](https://github.com/mahozad/android-pie-chart/commit/0885cf07) and other commits)
6+
- Add label offset property to *Slice* class ([`a8755a65`](https://github.com/mahozad/android-pie-chart/commit/a8755a65))
7+
#### Updates
8+
- Changes to chart properties now work ([`e9420e85`](https://github.com/mahozad/android-pie-chart/commit/e9420e85))
9+
- Update dimension properties to be of type *Dimension* ([`c7b1b5e5`](https://github.com/mahozad/android-pie-chart/commit/c7b1b5e5))
10+
#### Bug fixes
11+
- Fix the bug with first slice of the pie ([`6e50d892`](https://github.com/mahozad/android-pie-chart/commit/6e50d892))
12+
13+
[All commits since version 0.5.0](https://github.com/mahozad/android-pie-chart/compare/v0.5.0...v0.6.0)
14+
315
## v0.5.0 (2021-08-01)
416
#### New features
517
- Legends ([`17d74f86`](https://github.com/mahozad/android-pie-chart/commit/17d74f86) and other commits)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A Pie/Donut<sup id="ref-1">[1](#footnote-1)</sup>/Ring chart for Android, custom
2828

2929
### build.gradle[.kts]
3030
```groovy
31-
implementation("ir.mahozad.android:pie-chart:0.5.0")
31+
implementation("ir.mahozad.android:pie-chart:0.6.0")
3232
```
3333

3434
### XML layout

piechart/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
group = "ir.mahozad.android"
21-
version = "0.5.0"
21+
version = "0.6.0"
2222
val githubProjectName = "android-pie-chart"
2323

2424
android {
@@ -62,7 +62,7 @@ android {
6262
defaultConfig {
6363
minSdkVersion(21)
6464
targetSdkVersion(30)
65-
versionCode = 5
65+
versionCode = 6
6666
versionName = project.version.toString()
6767
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6868
testInstrumentationRunnerArgument("runnerBuilder", "de.mannodermaus.junit5.AndroidJUnit5Builder")

0 commit comments

Comments
 (0)