Version bump to 0.3.2

This commit is contained in:
Manuel Ebert 2012-07-05 12:47:48 +02:00
parent fb3d7abc2d
commit 144785d2b5
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
### 0.3.2 (July 5, 2012)
* [Improved] Converts `\n` to new lines (if using directly on a command line, make sure to wrap your entry with quotes).
### 0.3.1 (June 16, 2012)
* [Improved] Supports deleting of last entry. * [Improved] Supports deleting of last entry.
* [Fixed] Fixes a bug where --encrypt or --decrypt without a target file would not work. * [Fixed] Fixes a bug where --encrypt or --decrypt without a target file would not work.
* [Improved] Supports a config option for setting word wrap. * [Improved] Supports a config option for setting word wrap.

View file

@ -20,7 +20,7 @@ except ImportError: import json
__title__ = 'jrnl' __title__ = 'jrnl'
__version__ = '0.3.0' __version__ = '0.3.2'
__author__ = 'Manuel Ebert, Stephan Gabler' __author__ = 'Manuel Ebert, Stephan Gabler'
__license__ = 'MIT' __license__ = 'MIT'