Skip to content

Latest commit

 

History

History
115 lines (89 loc) · 5.28 KB

CHANGELOG.md

File metadata and controls

115 lines (89 loc) · 5.28 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

0.16.0 - 2021-03-13

Added:

  • Add new :stamp_datetime_format param stamp_changelog action to support custom a user provided date time format (PR #53)

Changed:

  • BREAKING CHANGE: :stamp_date param on stamp_changelog action has been renamed to :should_stamp_date

Fixed:

  • Fixes some typos of the word "successfully"

0.15.0 - 2019-06-33

Added:

  • Missing documentation to read_changelog and emojify_changelog actions (PR #42)

Changed

  • Design of emojify_changelog to support slack message formatting (PR #43)

0.14.0 - 2019-03-11

Added:

  • 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:

  • Fixed append_date parameter of update_changelog action (Issue #40)

0.12.0 - 2018-11-16

Fixed:

  • Bug when creating git tags comparison link (Issue #32)

0.10.0 - 2018-11-11

Fixed:

  • Remove prompt to create CHANGELOG.md in project root, while using custom changelog_path param (Issue #28 and Issue #23)

0.9.0 - 2017-11-25

0.8.0 - 2017-11-11

Fixed:

  • Remove \n (newline) from read_changelog action's result.

0.7.0 - 2017-03-19

Added:

  • Support for Bitbucket tag comparison Issue #15

0.6.2 - 2017-02-12

Fixed:

0.6.1 - 2017-01-17

Fixed:

  • Fix stamp_changelog action PR #17

0.6.0 - 2016-12-10

Added

0.5.1 - 2016-11-12

Fixed

  • Fix line separator for CRLF files (issue #13)

0.5.0 - 2016-09-12

Added

  • Installation wizard in order to help to create the default CHANGELOG.md in project folder #1

0.4.0 - 2016-08-27

Fixed

  • Remove white space following markdown element #9

Added

  • Unit tests
  • The ability to skip stamping when [Unreleased] section is empty #7

0.3.0 - 2016-08-09

Added

  • Possibility to attach current date to section identifier in YYYY/MM/DD format

Fixed

  • git_tag argument is not mandatory for stamp_changelog action (issue #5)

0.2.0 - 2016-06-26

Added

  • stamp_changelog action

Fixed

  • robocop corrections

0.1.0 - 2016-06-25

Added

  • The initial release