Skip to content

Releases: ilpanich/jirust-cli

0.13.1

02 Mar 20:08
jirust-cli_0.13.1
3b18310
Compare
Choose a tag to compare

Fixed

  • Fixed tests failing after having print logic moved to the bin

Changed

  • Improved overall error handling
  • Moved printing logic from the lib to the bin

0.12.0

26 Feb 15:36
2290138
Compare
Choose a tag to compare

Fixed

  • Issue with the missing TLS feature in jira_v3_openapi reqwest dependency

Changed

  • Updated dependencies
  • Moved to Rust 2024 edition

0.11.3

10 Jan 22:53
b2324cc
Compare
Choose a tag to compare

Fixed

  • README.md not correctly formatted

0.11.2

10 Jan 22:47
1b2c849
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Updated Jira v3 OpenAPI autogenerated code
  • Removed uselss feature flags from dependencies
  • Updated README.md

Added

  • Added feature flags to jira_v3_openapi library to optimize the build and reduce the binary size

0.11.1

05 Jan 18:43
65cd5d7
Compare
Choose a tag to compare

Changed

  • Dependencies updates
  • Dependencies feature flags optimizations

0.11.0

03 Jan 17:16
49271ce
Compare
Choose a tag to compare

Fixed

  • Fixed the format used in jira_doc_std_field macro to allow to use it properly
  • Fixed some wrong documentation

Added

  • Manage multiple possible resolution (or final) transitions on automatic resolution in Jira version creation
  • Added a new command to link Jira issues

Changed

  • Updated dependencies
  • Updated Security Policy

0.10.0

20 Nov 23:21
375ddc5
Compare
Choose a tag to compare

Added

  • Macro jira_doc_std_field to generate the standard jira doc type field structure

Changed

  • Updated dependencies

0.9.8

12 Nov 22:48
3960d85
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Added some optimizations flags to the build

0.9.7

19 Oct 16:04
e0e83b5
Compare
Choose a tag to compare

Fixed

  • Jira issue create command now is working properly

0.9.6

06 Oct 16:43
f2f3351
Compare
Choose a tag to compare

Changed

  • Changed single version table display format to best fit small screens
  • Minor fixes and improvements
  • Updated dependencies