All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.16.0 - 2021-03-13
- Add new
:stamp_datetime_format
param stamp_changelog action to support custom a user provided date time format (PR #53)
- BREAKING CHANGE:
:stamp_date
param on stamp_changelog action has been renamed to:should_stamp_date
- Fixes some typos of the word "successfully"
0.15.0 - 2019-06-33
- Missing documentation to read_changelog and emojify_changelog actions (PR #42)
- Design of emojify_changelog to support slack message formatting (PR #43)
0.14.0 - 2019-03-11
- Support for reversed order of tags in diff link for Bitbucket links (PR #39)
- Support for stamping section identifier with version instead of git tag (PR #39)
0.13.0 - 2019-02-26
- Fixed
append_date
parameter ofupdate_changelog
action (Issue #40)
0.12.0 - 2018-11-16
- Bug when creating git tags comparison link (Issue #32)
0.10.0 - 2018-11-11
- Remove prompt to create
CHANGELOG.md
in project root, while using customchangelog_path
param (Issue #28 and Issue #23)
0.9.0 - 2017-11-25
- Add
placeholder_line
param tostamp_changelog
action (feature request #22)
0.8.0 - 2017-11-11
- Remove
\n
(newline) fromread_changelog
action's result.
0.7.0 - 2017-03-19
- Support for Bitbucket tag comparison Issue #15
0.6.2 - 2017-02-12
- Properly escape section identifiers PR #18 by PromptWorks
0.6.1 - 2017-01-17
- Fix stamp_changelog action PR #17
0.6.0 - 2016-12-10
- New emojify action
0.5.1 - 2016-11-12
- Fix line separator for CRLF files (issue #13)
0.5.0 - 2016-09-12
- Installation wizard in order to help to create the default CHANGELOG.md in project folder #1
0.4.0 - 2016-08-27
- Remove white space following markdown element #9
- Unit tests
- The ability to skip stamping when [Unreleased] section is empty #7
0.3.0 - 2016-08-09
- Possibility to attach current date to section identifier in YYYY/MM/DD format
git_tag
argument is not mandatory forstamp_changelog
action (issue #5)
0.2.0 - 2016-06-26
stamp_changelog
action
- robocop corrections
0.1.0 - 2016-06-25
- The initial release