Skip to content

Latest commit

 

History

History
147 lines (105 loc) · 8.68 KB

CHANGELOG.md

File metadata and controls

147 lines (105 loc) · 8.68 KB

lib styling: v0.2.7 (2024-09-11)

PRs in this release: #22

Features

  • lib: add debug log func with color option via env T0_COLOR (a35252e4)

Documentation

Styling

  • lib: color log, err and fatal outputs if T0_COLOR is true (d0520bd3)

Other

spellcheck and updates: v0.2.6 (2024-09-08)

PRs in this release: #20

Features

  • workflows: spellcheck commit messages (84549583)

Bug Fixes

  • workflows: missing vars (84549583)
  • workflows: set write permission on release (84549583)

Documentation

Other

nullglob: v0.2.5 (2024-09-06)

PRs in this release: #18

Features

  • add nullglob opt everywhere (8fda1a85)

Bug Fixes

  • workflows: pass GITHUB_TOKEN (b85346c7)

Workflows/unpin changelog version: v0.2.4 (2024-09-06)

PRs in this release: #16

Other

  • workflows: unpin changelog version (6305d2dd)

Fix tag.sh log parsing: v0.2.3 (2024-09-05)

PRs in this release: #14

Bug Fixes

  • workflows/release: correct log parse in tag.sh (93621825)

Improve tag.sh: v0.2.2 (2024-09-05)

PRs in this release: #12

Features

  • add LIB_LOADED checks and errors (1e45aba1)

Bug Fixes

  • workflows/release: add TAGS_FILE env (3de7e530)

Improvements

  • workflows/release: update tag.sh to work with TAGS_FILE (7b4472bf)
  • remove .env local sourcing to avoid confusion (9a44f2c9)

Other

  • vscode settings, empty .env-default (67651938)
  • use fatal instead of exit 1 (025f6829)

workflow updates: v0.2.1 (2024-09-05)

PRs in this release: #9

Features

  • workflows/release: add TAGS_FILE global (17354579)

Bug Fixes

  • workflows/release: correct changelog flag name (17354579)
  • workflows/release: correct unset env DRY_RUN (17354579)

Other

go 1 23: v0.2.0 (2024-09-04)

PRs in this release: #7, #6

Breaking changes

  • go: update workflows to go 1.23 (ee261e98)

Bug Fixes

  • workflows: remove local setup go step (ee261e98)
  • workflows/release: correct regex, add missing line numbers (5585e577)
  • workflows/release: parse * and _ in markdown h1, correct release title (5585e577)

Documentation

  • document global DRY_RUN var better (5585e577)

Other

Initial Release: v0.1.0 (2024-08-30)

Features

  • changelog.sh: update to new changelog flags, update workflow and ci.sh (c5eac59a)
  • ci.sh: trap SIGINT and print log location (c5eac59a)
  • go: add go dir and add lint-fix script (53f219ad)
  • lib.sh: lib loaded checks and error messages (53f219ad)
  • scripts: add scripts to be shared (c5eac59a)
  • workflows/release-pr: tweak script to pass locally (c5eac59a)

Bug Fixes

Improvements

  • lib.sh: do not source lib directly with hardcoded path (53f219ad)
  • scripts: improvements, code-review, refactors to be shareable (c5eac59a)
  • tag.sh: update h1 regex parsing, document regex (c5eac59a)
  • source lib.sh via BASH_ENV (53f219ad)
  • handle missing global vars with better errors (53f219ad)

Documentation

  • improve script documentation a lot, refactor lib.sh log functions (c5eac59a)
  • document more scripts (c5eac59a)

Other