Skip to content

Commit

Permalink
release: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thetric committed Feb 21, 2018
1 parent b279020 commit c3e47a1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/thetric/ilias-downloader-cli/compare/2.0.9...3.0.0) (2018-02-21)


### Code Refactoring

* simplify item visitor ([d11be03](https://github.com/thetric/ilias-downloader-cli/commit/d11be03))


### Features

* add translated logs for download sync ([30904fd](https://github.com/thetric/ilias-downloader-cli/commit/30904fd))
* format size in download info ([5bd39d1](https://github.com/thetric/ilias-downloader-cli/commit/5bd39d1))


### BREAKING CHANGES

* the minimum java version now is java 9



<a name="2.0.9"></a>
## [2.0.9](https://github.com/thetric/ilias-downloader-cli/compare/2.0.8...2.0.9) (2017-11-08)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ compileKotlin {
}
}

version '2.0.9'
version '3.0.0'

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down

0 comments on commit c3e47a1

Please sign in to comment.