# 0.0.12 / 2016-03-30 * Replace redcarpet dependency with Commonmarker for markdown parsing # 0.0.11 / 2015-09-08 * Bump redcarpet dependency (CVE-2015-5147) # 0.0.10 / 2015-04-10 * Bump redcarpet dependency (OSVDB-120415) # 0.0.9 / 2015-01-26 * Let non-word character instead of \/ as the separator (#10) # 0.0.8 / 2014-12-29 * Add support for full english date format (#10) # 0.0.7 / 2013-09-09 * Fix Ruby 2.0 support # 0.0.6 / 2013-09-09 * Ruby 2.0 support # 0.0.5 / 2013-07-16 * Fix default regexp for trailing chars in version number. (@nzwsch) * Update redcarpet dependency to 3.0.0 # 0.0.4 / 2013-03-28 * The parser constructor parameter "version_header_exp" is now optional, and will default to changelog convention regexp. # 0.0.3 / 2013-03-19 * Fix html rendering, especially with markdown format # 0.0.2 / 2013-01-06 * Fix gem dependencies (to githup-markup) * Allow users to specify :match_group for dirty changelogs * Improved documentation * ```:version_header_exp``` can be a real Regexp now # 0.0.1 / 2013-01-02 Initial release