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.
- Dependencies updates
- Dependencies feature flags optimizations
- Fixed the format used in jira_doc_std_field macro to allow to use it properly
- Fixed some wrong documentation
- Manage multiple possible resolution (or final) transitions on automatic resolution in Jira version creation
- Added a new command to link Jira issues
- Updated dependencies
- Updated Security Policy
- Macro jira_doc_std_field to generate the standard jira doc type field structure
- Updated dependencies
- Updated dependencies
- Added some optimizations flags to the build
- Jira issue create command now is working properly
- Changed single version table display format to best fit small screens
- Minor fixes and improvements
- Updated dependencies
- Refactoring, cleanup and enhancements as suggested by rust-clippy
- Updated dependencies
- Using the transition name instead of the transition id in the version creation command when resolve issues flag is set
- Updated dependencies
- Fixed a wrong code merge that causes the build to fail
- Centered the logo in the README.md
- Minor changes to the README.md
- Changed the logo
- Added dependabot configuration
- Improved jira issue automatic resolution on version creation
- Added Jira issue management commands
- Added automatic version description extraction from a "keepachangelog" markdown formatted changelog file
- Removed macOS from github actions (I can find no way to make it work, and I don't want to spend more time on it)
- Updated dependencies
- Due to the macOS build issue related tests, you might have lost some changes since version "0.8.0"; Please look at the complete changelog at CHANGELOG.md
- Improved github actions (build also for macOS)
- Updated dependencies
- Refactored CLI args management (better help, moved some common args, better syntax)
- Improved docs and tests according to the new CLI args management
- Updated dependencies
- Added Jira projects-related commands
- Improved docs and tests
- Updated dependencies
- Updated README.md
- Updated github actions
- github actions improvements
- Added some useful badges to README.md
- Updated dependencies
- github actions for CI/CD issues
- Updated README.md
- Improved docs and tests
- Added github actions for CI/CD
- Updated README.md
- Improved docs and tests
- Refactored to split the logic between lib and bin
First release