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

## v0.4.0 (2021-07-04)
#### New features
- Outside inward circular label
- Outside outward circular label
- Attribute to change label icon tint for all slices
#### Updates
- Update *androidx.core* dependency
- Decrease default icon margin
#### Removals
- Remove unneeded library dependencies

## v0.3.0 (2021-06-05)
#### New features
- Top and bottom placements for label icons
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ A Pie/Donut/Ring chart for Android.

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

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

group = "ir.mahozad.android"
version = "0.3.0"
version = "0.4.0"
val githubProjectName = "android-pie-chart"

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

0 comments on commit ff60ed2

Please sign in to comment.