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 Jun 5, 2021
1 parent 8fbe08b commit 6e92f52
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.3.0 (2021-06-05)
#### New features
- Top and bottom placements for label icons
- Icon for outside label
- New label type "NONE"
- Attribute to change label icon placement for all slices
#### Updates
- Decrease default label font size
- Piechart::slices property is now immutable var instead of mutable val

## v0.2.0 (2021-05-29)
#### New features
- Outside label (currently not supporting icon)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@

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

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

group = "ir.mahozad.android"
version = "0.2.0"
version = "0.3.0"

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

0 comments on commit 6e92f52

Please sign in to comment.