Skip to content

Releases: jacob-delgado/workflow

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 08:21

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.3.1"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

  • refactor(tui): pay down the terminal's debts (DEBT-55, 57, 58, 59) by @jacob-delgado in #134
  • fix: pay down the gate, config-guard and dependency debts (DEBT-64, 65, 68, 72, 73, 74) by @jacob-delgado in #136
  • ci: Bump the actions-minor-patch group with 4 updates by @dependabot[bot] in #139
  • build: Bump the web-minor-patch group across 1 directory with 11 updates by @dependabot[bot] in #137
  • docs(backlog): audit every surface, package and gate at f05ae9f by @jacob-delgado in #140
  • chore(main): release 0.3.1 by @github-actions[bot] in #135

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 06:07

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.3.0"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

  • An on-disk store, configurable conventions, RFC 9457 web errors, and the messaging rename by @jacob-delgado in #125
  • docs: surface review — parity, UX and a fresh tech-debt backlog by @jacob-delgado in #127
  • build: Bump modernc.org/sqlite from 1.58.0 to 1.59.0 in the go-minor-patch group by @dependabot[bot] in #129
  • feat!: surface review phases 0–3: gates, loop, scriptable CLI, web by @jacob-delgado in #128
  • feat(tui): surface review phases 4–6: last look, refusals, one voice by @jacob-delgado in #130
  • feat: surface review phases 7–8: keys where they work, CLI next steps by @jacob-delgado in #131
  • feat(web): surface review phases 9–11: follow-through, staging, feedback by @jacob-delgado in #132
  • feat(web): surface review phases 12–15: reviews, visual system, layout by @jacob-delgado in #133
  • chore(main): release 0.3.0 by @github-actions[bot] in #126

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 09:34

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.2.0"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

  • feat!: name the messaging service in doctor, the TUI and web (FEAT-58) by @jacob-delgado in #121
  • build: take the container's tools from the mise.toml pins (FEAT-74) by @jacob-delgado in #123
  • ci: gate the release tag on a green build (FEAT-75) by @jacob-delgado in #124
  • chore(main): release 0.2.0 by @github-actions[bot] in #122

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Sep 07:41

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.1.0"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

  • feat!: announce to Teams, Discord or a webhook, not only Slack (FEAT-58) by @jacob-delgado in #117
  • feat(tui): rebind the interface's keys from the configuration (FEAT-48) by @jacob-delgado in #119
  • docs(features): drop the ideas whose work has shipped by @jacob-delgado in #120
  • chore(main): release 0.1.0 by @github-actions[bot] in #118

Full Changelog: v0.0.7...v0.1.0

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 22 Sep 04:51

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.0.7"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 20 Sep 10:18

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.0.6"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

  • docs: point the README's Jira setup at the SSO guidance by @jacob-delgado in #71
  • refactor: pay down TECH_DEBT.md by @jacob-delgado in #73
  • build: Bump the go-minor-patch group with 2 updates by @dependabot[bot] in #75
  • build: Bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 4.1.1 by @dependabot[bot] in #74
  • ci: Bump the actions-minor-patch group across 1 directory with 4 updates by @dependabot[bot] in #76
  • Retire TECH_DEBT.md: resolve, gate, or relocate every entry by @jacob-delgado in #77
  • feat: add an optional --web mode (local web cockpit) by @jacob-delgado in #78
  • feat(web): serve the embedded UI, guarded to the loopback interface by @jacob-delgado in #79
  • feat(web): mark every in-flight issue from its local branch by @jacob-delgado in #80
  • feat(web): check out a branch to switch issues from the web by @jacob-delgado in #81
  • chore(main): release 0.0.6 by @github-actions[bot] in #72

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 18 Sep 09:47

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.0.5"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 18 Sep 05:07

Install

Download the binary for your platform, verify it against its
checksum, make it executable, and move it onto your PATH. There is
no archive to unpack.

Platform Binary
macOS (Apple Silicon) workflow_darwin_arm64
Linux (x86-64) workflow_linux_amd64
Windows (x86-64) workflow_windows_amd64.exe
base="https://github.com/jacob-delgado/workflow/releases/download/v0.0.4"
# Pick the binary for your platform from the table above.
curl -fsSL -O "$base/workflow_linux_amd64" -O "$base/workflow_linux_amd64.sha256"
sha256sum -c workflow_linux_amd64.sha256   # macOS: shasum -a 256 -c
chmod +x workflow_linux_amd64
sudo mv workflow_linux_amd64 /usr/local/bin/workflow

Every binary is built with CGO_ENABLED=0 and ships alongside an
SBOM (workflow.spdx.json) and build provenance you can check:

gh attestation verify workflow_linux_amd64 --repo jacob-delgado/workflow

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 18 Sep 01:06

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Sep 22:14

What's Changed

New Contributors

  • @jacob-delgado made their first contribution in #1
  • @github-actions[bot] made their first contribution in #2

Full Changelog: https://github.com/jacob-delgado/workflow/commits/v0.0.2