Skip to content

Releases: sycured/jira_cli

v2.15.1

07 May 00:45
v2.15.1
969aa9b
Compare
Choose a tag to compare
Update dependencies

v2.15.0

22 Dec 04:19
v2.15.0
429dfdb
Compare
Choose a tag to compare
- update dependencies (cargo update)
- improve output using pretty_env_logger (#220)
- add components (#219)

v2.14.0

05 Dec 04:26
v2.14.0
71f0e1f
Compare
Choose a tag to compare
- update dependencies
- add sprint
- add possibility to delete multiple projects
- add project: list projects
- some refacto

v2.13.0

07 May 19:53
v2.13.0
962f973
Compare
Choose a tag to compare
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

19 Mar 02:07
v2.12.0
763f047
Compare
Choose a tag to compare
update dependencies + CI/release workflow

v2.11.0

10 Dec 06:55
v2.11.0
050898e
Compare
Choose a tag to compare
refacto

v2.10.3

30 Nov 23:13
v2.10.3
0a1cfda
Compare
Choose a tag to compare
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

27 Oct 04:41
v2.10.2
6c47eff
Compare
Choose a tag to compare
Update dependencies:
  - base64
  - clap
  - clap_complete
  - comfy-table
  - serde_json

v2.10.1

11 Oct 21:05
v2.10.1
d2f84a0
Compare
Choose a tag to compare
remove intermediate variable
allow Unicode-DFS-2016

- add new dependency: jemalloc
- update dependencies:
    - clap
    - clap_complete
    - attohttpc
    - serde_json
    - itertools

v2.10.0

13 Sep 00:48
v2.10.0
04e3504
Compare
Choose a tag to compare
- 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