Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/0.1.0' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 26, 2018
2 parents a576d52 + 977e7b1 commit e3d4d88
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@ Optional intro comment.
-->

## [Unreleased] - estimated 2018-08-26
## [Unreleased] - estimated 2018-09-02




## [0.1.0] - 2018-08-26

- Added: Support single day range ([#53](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/53)), fixes [#8](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/8)
- Fixed: Add-event changes position when zooming ([#52](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/52)), fixes [#51](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/51)


## [0.0.5] - 2018-08-19

- Added: Add CI ([#45](https://github.com/JonasWanke/com.jonaswanke.calendar/pull/45)), fixes [#35](https://github.com/JonasWanke/com.jonaswanke.calendar/issues/35)
Expand Down Expand Up @@ -67,7 +73,8 @@ Optional intro comment.
Initial release supporting week view.


[Unreleased]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.5...dev
[Unreleased]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.1.0...dev
[0.1.0]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.5...v0.1.0
[0.0.5]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/JonasWanke/com.jonaswanke.calendar/compare/v0.0.2...v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This library provides a Material Design CalendarView for Android (week and day v
1. Import the library

```groovy
implementation 'com.jonaswanke.calendar:calendar:0.0.5'
implementation 'com.jonaswanke.calendar:calendar:0.1.0'
```

2. Add CalendarView in you layout
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
targetSdkVersion = 28
compileSdkVersion = 28

versionName = '0.0.5'
versionCode = 5
versionName = '0.1.0'
versionCode = 6

detektVersion = "1.0.0.RC8"
}
Expand Down

0 comments on commit e3d4d88

Please sign in to comment.