Skip to content

Commit

Permalink
Released v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Dec 17, 2020
1 parent 264a3c7 commit 1187636
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ builds:
goarch: 386

archives:
- format_overrides:
- name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}'
format_overrides:
- goos: windows
format: zip

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [0ver](https://0ver.org) (more or less).

## [Unreleased]

## [v0.0.5] - 2020-12-17

### Added

- Release GitHub container registry based images: [ghcr.io/mvisonneau/vac](https://github.com/users/mvisonneau/packages/container/package/vac)
Expand All @@ -15,6 +17,7 @@ and this project adheres to [0ver](https://0ver.org) (more or less).

### Changed

- Prefix new releases with `^v` to make `pkg.go.dev` happy
- Updated all dependencies
- Migrated CI from Drone to GitHub actions

Expand Down Expand Up @@ -64,7 +67,8 @@ and this project adheres to [0ver](https://0ver.org) (more or less).
- LICENSE
- README

[Unreleased]: https://github.com/mvisonneau/vac/compare/0.0.4...HEAD
[Unreleased]: https://github.com/mvisonneau/vac/compare/v0.0.5...HEAD
[v0.0.5]: https://github.com/mvisonneau/vac/tree/v0.0.5
[0.0.4]: https://github.com/mvisonneau/vac/tree/0.0.4
[0.0.3]: https://github.com/mvisonneau/vac/tree/0.0.3
[0.0.2]: https://github.com/mvisonneau/vac/tree/0.0.2
Expand Down

0 comments on commit 1187636

Please sign in to comment.