Skip to content

Releases: twostone/bitbucket-cli

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:18
7e478e2

1.2.1 (2026-08-12)

Bug Fixes

  • version: report real version for go install / non-tag builds (#7) (8df8df5)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 10:25
377f0a5

1.2.0 (2026-08-12)

Features

  • repository: add repo/project list subcommands and repo edit/delete (#5) (1f6d95c)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 14:52
cad7c7c

1.1.0 (2026-04-01)

Features

  • add --verbose / -v flag for debug logging (f189f4d)
  • add filter flags, JSON/jq/template output, and new commands (c592a1d)
  • add filter flags, JSON/jq/template output, and new commands (34e00b0)

Bug Fixes

  • change default config path to $HOME/.bitbucket/config.yaml (f439f5c)
  • create $HOME/.bitbucket/ directory if it does not exist (c1be6e5)
  • handle errcheck lint error on rc.Close in pr diff (7fbff09)
  • make --json flag accept optional argument (f7684a8)
  • recover context path from registered server when using SSH remote (ea9bdd3)
  • set Accept: text/plain for raw diff request (e905cd9)
  • strip SSH port when deriving HTTPS server URL from git remote (8e45a78)
  • use repo /diff endpoint for pr diff instead of .diff suffix (a365209)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 13:09
1f2de14

1.0.0 (2026-03-31)

Features

  • add pr list/view/checkout/merge/approve/decline/comment and repo branch/tag commands (c517a3d)

Bug Fixes

  • address structural issues from code review (0b2dcba)
  • resolve all golangci-lint errors (2e6e587)