Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 18:28
· 701 commits to main since this release

Engram v1.0.1 — Homebrew Formula Migration

Switches Homebrew distribution from Cask to Formula, so brew upgrade engram works properly.

What Changed

  • Switched .goreleaser.yaml from homebrew_casks to brews (Formula)
  • Added migration instructions in README for users coming from the Cask

Upgrade

If you had the Cask (v1.0.0 or earlier):

brew uninstall --cask engram 2>/dev/null
brew install gentleman-programming/tap/engram

From now on, upgrades work normally:

brew upgrade engram

Full Changelog: v1.0.0...v1.0.1