Skip to content

Releases: rasmus/Bake

v0.4.16-beta

01 Dec 21:01
4d79e4e
Compare
Choose a tag to compare
v0.4.16-beta Pre-release
Pre-release

Release notes

  • New: Run .NET in an Alpine Linux image instead of a full blow Ubuntu
  • New: Provide descriptions of what each sub-command actually does
  • Fixed: Not specifying a version should merely default to 1.0 instead
    of throwing an exception
  • Fixed: Release files containing Bake should be named bake instead
    of Bake
  • Fixed: Now correctly naming the ZIP filename of the release artifacts
    on GitHub releases

Files

  • bake_linux_amd64.zip
    • SHA256: 40E0818E18F8F32DBB8D30392942A10D306609516A27826DC56EAD894BB9B195
  • bake.exe_windows_amd64.zip
    • SHA256: 75F90C5FAEA49F008872C5D495F9F90DF8EBBA8F510DAAA61EDEF9B5FA314467

v0.3.15-beta

30 Nov 20:54
8b9a264
Compare
Choose a tag to compare
v0.3.15-beta Pre-release
Pre-release

Release notes

  • New: ZIP release artifacts before uploading them to GitHub releases
  • Fixed: Release artifacts to GitHub releases are now correctly named
    after their release artifacts
  • Fixed: .NET released DLLs/EXEs are now correctly stamped with version
  • Fixed: Bake now correctly prints the help message if no sub-command
    is given instead of merely doing nothing

Files

  • bake_linux_amd64.zip
    • SHA256: 51FCC639D5E078CCCB061873A84AB5B6EE0487C59F8658E25A635BEEE4CB8649
  • bake_windows_amd64.zip
    • SHA256: 6E081C9A5A998C08F804733DF1688DFC1D1F9EE2AD3A32E647CC076048B2523E

v0.2.14-beta

29 Nov 21:54
d2e0db6
Compare
Choose a tag to compare
v0.2.14-beta Pre-release
Pre-release
  • New: Build, test and create containers for either .NET or Go
  • New: Supported destinations for artifacts
    • Docker Hub
    • GitHub Packages (NuGet and container)
    • GitHub Releases (tools)