Skip to content

Releases: sharpvik/sema

Testing the Actions

Choose a tag to compare

@sharpvik sharpvik released this 29 Jan 11:30

Just testing if GitHub Actions work

v3.1.0

Choose a tag to compare

@sharpvik sharpvik released this 29 Jan 11:27

Full Changelog: v3.0.5...v3.1.0

v3.0.5

Choose a tag to compare

@sharpvik sharpvik released this 28 Jan 17:35

Changelog

  • 0588821 chore: bump go.mod package version to v3

v3.0.4

Choose a tag to compare

@sharpvik sharpvik released this 27 Jan 09:25

Changelog

  • 74ceb1c infra(release): to AUR, GitHub, and Homebrew with a single workflow

v3.0.3

Choose a tag to compare

@sharpvik sharpvik released this 27 Jan 09:14

Changelog

  • 9fa2f39 infra(release): update goreleaser configuration

v3.0.2

Choose a tag to compare

@sharpvik sharpvik released this 27 Jan 08:48

Changelog

  • f3b575c infra(workflows): add release

Magefile fix

Choose a tag to compare

@sharpvik sharpvik released this 27 Jan 01:25
v3.0.1

fix(magefile): remove unused import

New major release

Choose a tag to compare

@sharpvik sharpvik released this 27 Jan 01:23
  • Use urfave/cli/v2
  • git push using the git utility instead of go-git
  • mage install command added

Version bump

Choose a tag to compare

@sharpvik sharpvik released this 03 Nov 10:21
v2.1.0

chore(PKGBUILD): update version

Disallow Commit Hooks

Choose a tag to compare

@sharpvik sharpvik released this 02 Aug 13:25

The commit hooks feature ran into cross-platform support issues and had to be removed.

Meanwhile, this version of sema relies much less on the git binary command through use of the git-go library. This change was suggested by DataHearth in issue #10. Sadly, I couldn't figure out how to reliably perform git push using that library so --push flag still relies on git to function properly.