-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
hotchemi
committed
May 17, 2017
1 parent
20aaeaa
commit bc96795
Showing
3 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# ChangeLog | ||
|
||
- 0.9.0 | ||
- Support Kotlin 1.1.2. | ||
- Fix Fixed []DAY_OF_MONTH related bug](https://github.com/hotchemi/khronos/pull/15) | ||
- Remove `Dates.now` to keep the consistency of API | ||
- 0.1.0 | ||
- First release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
USER = hotchemi | ||
GROUP_ID = com.github.hotchemi | ||
ARTIFACT_ID = khronos | ||
VERSION = 0.1.0 | ||
VERSION = 0.9.0 | ||
DESCRIPTION = An intuitive Date extensions in Kotlin. | ||
WEBSITE = https://github.com/hotchemi/khronos | ||
LICENCES = ['Apache-2.0'] |