Skip to content

Releases: adamtabrams/change

0.13.3

22 Feb 04:54
Compare
Choose a tag to compare

0.13.3 - 2021-02-21

Fixed

  • Correct output for change --version.

Changed

  • Improve change init demo.
  • Add ascii to README.

0.13.2

08 Feb 17:02
Compare
Choose a tag to compare

0.13.2 - 2021-02-08

Fixed

  • Make newlines in commit bodies from git log follow the Unix standard.

Changed

  • Reword parts of README and add example gifs.
  • Fix formatting and style in README and add docs directory.

0.13.1

03 Feb 15:20
Compare
Choose a tag to compare

0.13.1 - 2021-02-03

Fixed

  • Restore behavior for parsing non-conventional commit subjects.

0.13.0

03 Feb 06:46
54cdcc4
Compare
Choose a tag to compare

0.13.0 - 2021-02-03

Added

  • Handle BREAKING CHANGE token/type in commits.
  • Also parses the commit body for conventional commits.

Fixed

  • Switch heading for major version commits from Deprecated to BREAKING CHANGE.

Changed

  • Refactor code to improve naming, layout, readability, and to split up functions.
  • Add issue templates for more organization and better support.

0.12.0

30 Jan 05:04
Compare
Choose a tag to compare

0.12.0 - 2021-01-29

Added

  • Add --version flag for bug reports and troubleshooting.

Fixed

  • Create temporary backup file when using sed replace.

Changed

  • Add a license to the project.
  • Create script for updating version.

0.11.1

29 Jan 04:55
168fe5b
Compare
Choose a tag to compare

0.11.1 - 2021-01-28

Fixed

  • Make sed commands work with GNU and BSD versions.

Changed

  • Add CI workflows linting and running tests in linux and macOS.
  • Add new CI badges to README.
  • Add sample auth files for post tests.
  • Append change directory to PATH when running tests.
  • Create common resources for tests.

0.11.0

27 Jan 19:49
0273c21
Compare
Choose a tag to compare

0.11.0 - 2021-01-27

Added

  • Suffixes are now shown in changelog versions.
  • Automated version tags won't use suffixes.

Fixed

  • Use separate commit for change all instead of appending to previous commit.

Changed

  • Move function.
  • Add "&" to symbols test.
  • Improve repo layout.

0.10.0

21 Jan 19:37
Compare
Choose a tag to compare

0.10.0 - 2021-01-21

Added

  • Add --dry-run flag to change post to see the release without making it.
  • Add -p flag to change tag for optionally pushing new tag.

Fixed

  • Improve behavior for change all.
  • Improve commit parsing and git repo detection.

Changed

  • Update --help and README with new flags.
  • Update test script and improve readability.
  • Add new tests and improve structure.
  • Add tests for different version formats.
  • Add tests for tag, post, and other args.
  • Add more tests.

0.9.0

20 Jan 03:43
Compare
Choose a tag to compare

0.9.0 - 2021-01-19

Added

  • Added a testing suite for more reliable behavior!

Changed

  • Fixed version prefix handling (example v0.1.0)
  • Improved some of the error messages for init.
  • Give tips for adding the script to PATH in the README.

0.8.0

12 Jan 01:55
008a93c
Compare
Choose a tag to compare

0.8.0 - 2021-01-11

Added

  • Added an option to provide a token for the auth command as another argument.