Releases: sycured/jira_cli
Releases · sycured/jira_cli
v2.15.1
v2.15.0
- update dependencies (cargo update) - improve output using pretty_env_logger (#220) - add components (#219)
v2.14.0
- update dependencies - add sprint - add possibility to delete multiple projects - add project: list projects - some refacto
v2.13.0
Remove Windows msvc build Update dependencies: - attohttpc - clap_complete - dialoguer - human-panic - serde_json Fix deny.toml Move global from hashmap to struct to use zeroize Fix lint: the borrowed expression implements the required traits
v2.12.0
update dependencies + CI/release workflow
v2.11.0
refacto
v2.10.3
Update dependencies: - attohttpc: 0.23.1 to 0.24.0 - clap: 4.0.18 to 4.0.29 - clap_complete: 4.0.3 to 4.0.6 - comfy-table: 6.1.1 to 6.1.3 - rayon: 1.5.3 to 1.6.0 - serde_json: 1.0.87 to 1.089
v2.10.2
Update dependencies: - base64 - clap - clap_complete - comfy-table - serde_json
v2.10.1
remove intermediate variable allow Unicode-DFS-2016 - add new dependency: jemalloc - update dependencies: - clap - clap_complete - attohttpc - serde_json - itertools
v2.10.0
- add copyright and license notice in addition to the existing LICENSE file - add subcommand: license - add issue subcommanda: - assign - unassign - remove module declaration for lib.rs + optimize imports - use jemalloc on freebsd, linux, and macOS - update workflows: - improve caching - fix cross deps - fix identation - add freebsd x86-64 - update dependencies: - attohttpc - clap - clap_complete - comfy-table - either - serde_json