Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased
## v0.4.2

Release archives for macOS and Windows. The JSON contract version stays **3**.

### Changes

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# `git describe` isn't available in the nix build sandbox, so pin a
# version string here; bump on release the same way release.yml's
# ${GITHUB_REF_NAME} does for the tarball builds.
version = "0.4.1";
version = "0.4.2";
in
{
default = pkgs.buildGoModule {
Expand Down