Skip to content

Releases: eccenca/Brewlet

Release list

v1.8.3

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:12
v1.8.3
105f3ef

Changed

  • Releases are built by the same task package command used locally and
    published with the GitHub CLI, taking their notes from this file. They are no
    longer marked as drafts or prereleases, and the runner image is pinned so a
    release cannot silently change Xcode versions.
  • The README points at this fork's releases rather than upstream's, and
    describes the count badge that replaced the colored icon.

Fixed

  • The version stamp looked for .git/shallow relative to the build's working
    directory rather than the project, so a shallow clone could pass for a full
    one and stamp a build number lower than the previous release's. It now asks
    git directly.