Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.82.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 797aeb1..c5f9daa 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.82   Fri Jun 20 1:02:08 2014
+        - support vertical line (hirose31)
+        - api timestamp support (sonots)
+        - renew ui of edit|add_complex
+        - add Dockerfile
+
 0.81   Thu Feb 20 16:18:14 2014
         - add --disable-subtract (sonots)
  • Loading branch information
kazeburo committed Jun 19, 2014
1 parent 6722736 commit d12d4bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.82 Fri Jun 20 1:02:08 2014
- support vertical line (hirose31)
- api timestamp support (sonots)
- renew ui of edit|add_complex
- add Dockerfile

0.81 Thu Feb 20 16:18:14 2014
- add --disable-subtract (sonots)

Expand Down
2 changes: 1 addition & 1 deletion lib/GrowthForecast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use utf8;

our $VERSION = '0.81';
our $VERSION = '0.82';

1;

Expand Down

0 comments on commit d12d4bb

Please sign in to comment.