Skip to content

Commit

Permalink
Prepare version 0.2.0
Browse files Browse the repository at this point in the history
* Require Ruby to be >= 2.2.0 and < 2.4.2 until #139 is fixed.
* `burndown-init` only requires the `--board-id` option. The `--output`
  option
  is optional and defaults to the current working directory. Fix #103.
* Allow to define checklists that should not be parsed as task lists.
  Such lists can be added in the trollolorc as `no_task_checklists`.
* Allow to provide a board id when calling `burndown`. Fix #100.
* Set the attached image as cover in `burndown --plot-to-board`.
  Fix #124.
  • Loading branch information
Ana06 committed Jan 18, 2018
1 parent 8aa8057 commit 374c777
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

## Master (unreleased)


## Version 0.2.0

* Require Ruby to be >= 2.2.0 and < 2.4.2 until #139 is fixed.
* `burndown-init` only requires the `--board-id` option. The `--output` option
is optional and defaults to the current working directory. Fix #103.
Expand All @@ -10,7 +13,6 @@
* Allow to provide a board id when calling `burndown`. Fix #100.
* Set the attached image as cover in `burndown --plot-to-board`. Fix #124.


## Version 0.1.1

* Fix the bug introduced whith always setting the burndown chart as the cover
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
@@ -1,5 +1,5 @@
module Trollolo

VERSION = '0.1.1'.freeze
VERSION = '0.2.0'.freeze

end

0 comments on commit 374c777

Please sign in to comment.