From 7feb8d4f334c53b5b0ca7e46538b892829b41097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Fri, 6 Oct 2017 09:45:52 +0200 Subject: [PATCH] Prepare version 0.1.0 Changes from 0.0.14: * Fix `plot-to-board` option in the burndown command when it is used together with `-o`. * `burndown --plot-to-board` always sets the burndown chart as the cover. Fix #114. * Allow to create and update an Sprint with a custom number. Fix #78. --- CHANGELOG.md | 3 +++ lib/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcfef6e..a9cfbca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Master (unreleased) + +## Version 0.1.0 + * Fix `plot-to-board` option in the burndown command when it is used together with `-o`. * `burndown --plot-to-board` always sets the burndown chart as the cover. diff --git a/lib/version.rb b/lib/version.rb index 4cdfbd3..3d091b5 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module Trollolo - VERSION = "0.0.14" + VERSION = "0.1.0" end