Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 10, 2024
1 parent 1235bd3 commit ecccbb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.8.1 (2024-03-10)

* Fix checksum error when falling back to a previous NIF version

## v0.8.0 (2024-03-10)

* Fallback to the previous compatible NIF version by default
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ElixirMake.Mixfile do
use Mix.Project

@version "0.8.0"
@version "0.8.1"
def project do
[
app: :elixir_make,
Expand Down

0 comments on commit ecccbb7

Please sign in to comment.