All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Decrease Docker image size by using ruby:3-alpine base image (CNJR-5578)
1.3.2 - 2024-11-05
- Use internal auto release process (CNJR-5578)
1.3.0 - 2023-12-28
- Allow versions to have 4 digits (eg., x.x.x.x) cyberark/parse-a-changelog#41
- Updated Dockerfile base image to use latest Ruby v3 version cyberark/parse-a-changelog#46
1.2.0 - 2021-06-20
- Allow CHANGELOG without SemVer declaration. cyberark/parse-a-changelog#37
1.1.0 - 2020-11-12
- Allow for metadata section in version string. cyberark/parse-a-changelog#34
1.0.2 - 2020-08-26
- Added support for semver pre-releases. cyberark/parse-a-changelog#29.
1.0.1 - 2020-03-06
- Jenkins pipeline with ruby gems publication
- Test and Publish scripts
- Allow https in header links
- Gitlab CI support
1.0.0 - 2019-01-30
- Missing (optional) initial release tag link as last entry in links section to the grammar
- Release instructions
0.2.3 - 2019-01-30
- Include tt extension when requiring grammar
0.2.2 - 2019-01-30
- Use require to load grammar to remove pathing problems
0.2.1 - 2019-01-30
- Missing gemspec files
- Gemspec executable metadata
- Move dependencies to gemspec
- Gemfile.lock from source control
0.2.0 - 2019-01-25
- Gitlab pipeline configuration
- Dockerfile (currently for manual usage)
- CI pipeline validates changelog
- Binary file to gemspec
0.1.2 - 2019-01-23
- Version bump to replace yanked previous version
0.1.1 - 2019-01-23
- Fixed incorrect Ruby file name in binary
0.1.0 - 2019-01-23
- First draft of the Keep A Changelog parser
- Open source license and contributing information
- Change log and versioning information