Skip to content

Releases: timonwong/jiro

Release list

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:59
3e79614

What's Changed

  • fix(markup): render loose lists with nested items by @timonwong in #32

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 05:28
0f71918

jiro v0.1.1 is the first public release of jiro, a scriptable Jira CLI for Jira Data Center and Server.

Highlights

  1. Core Jira workflows: Search, inspect, create, and update issues; manage comments, transitions, assignments, links, and guarded bulk operations through 25 schema-described commands.
  2. Profile-scoped authentication: Use Basic Auth or PAT credentials from the OS keyring, environment variables, or explicit stdin flows, with separate profiles and read-only enforcement.
  3. Automation contract: Consume versioned JSON output, classified exit codes, a machine-readable schema, and authenticated raw Jira HTTP requests through jiro api.
  4. Terminal output: Read terminal-aware text tables, preserve structured JSON output, and convert supported Markdown into Jira markup.
  5. Standalone binaries: Download binaries for macOS, Linux, and Windows on amd64 and arm64, with SHA-256 checksums.

The v0.1.0 tag did not produce a GitHub Release after its read-only smoke job hit GitHub's generated-notes permission boundary. v0.1.1 is the first published build.