Releases: melexis/jira-traceability
Releases · melexis/jira-traceability
2.3.0
What's Changed
- Add user_email_suffix configuration option by @JokeWaumans in #22
New Contributors
- @JokeWaumans made their first contribution in #22
Full Changelog: 2.2.2...2.3.0
2.2.2
2.2.1
What's Changed
- Fix for Compatibility with Jira cloud update by @JasperCraeghs in #20
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Compatibility with Jira cloud update by @JasperCraeghs in #19
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Validate the configured Jira components by @JasperCraeghs in #16
- support parallel Sphinx builds by @JasperCraeghs in #18
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- feat: Modernize Python packaging and CI/CD infrastructure by @JasperCraeghs in #15
- Improve error handling and fix support for adding a watcher to the Jira ticket by @JasperCraeghs in #14
Full Changelog: 1.1.0...2.0.0
Support Jira Cloud
Added:
- support for Jira Cloud (PR #13)
Upgrade mlx.traceability (try 2)
The release of version 1.0.0 failed. This version has removed the outdated PyPI classifiers in PR #10.
Upgrade mlx.traceability
- Upgrade mlx.traceability to v9.x
- Stop supporting Python 3.5 and 3.6
- Move from Travis CI to GitHub Actions
Bugfixing Escape quotes in string for JQL query
Previous release missed few more things from string in JQL query, so this should properly escape quotes in the string.