Skip to content

Releases: alebak/jkit

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 07 May 05:01
b82fab7

0.3.3 (2026-05-07)

Bug Fixes

  • remove default component from init + auto-approve release PRs (#9) (c8eff32)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 07 May 04:48
99b29e4

0.3.2 (2026-05-07)

Bug Fixes

  • remove default component generation from jkit init (#7) (6ff995c)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 May 04:10
aa90283

0.3.1 (2026-05-07)

Bug Fixes

  • merge release build into CI workflow for reliable asset attachment (7aa8f7d)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 May 03:32
10b7e2e

0.3.0 (2026-05-07)

Features

  • install jkit inside devcontainer via post-create.sh (318db1a)

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 06 May 22:53
1be11cf

0.2.3 (2026-05-06)

Bug Fixes

  • add release:published trigger alongside push:tags (92c3649)

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 06 May 22:43
92414f1

0.2.2 (2026-05-06)

Bug Fixes

  • add workflow_dispatch back to release workflow for manual runs (b0060fc)
  • use push tags trigger for release workflow (f7e8299)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 06 May 21:29
66444ea

0.2.0 (2026-05-06)

Features

  • add jkit update self-update command (8a357ea)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 May 20:11
ci: separate CI (test + release-please) and Release (build + binaries)

- ci.yml: test + vet + release-please on push to main
- release.yml: build for 4 platforms + attach to release on v* tag
- Fixes release-please PR creation permission issue