Skip to content

Commit af8ced0

Browse files
committed
Release v0.8.3
1 parent 22a5511 commit af8ced0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.8.3 (2024-03-24)
4+
5+
* Support storing checksum of individial precompilation artefacts
6+
37
## v0.8.2 (2024-03-10)
48

59
* Fix checksum error when checksuming NIF version

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ElixirMake.Mixfile do
22
use Mix.Project
33

4-
@version "0.8.2"
4+
@version "0.8.3"
55
def project do
66
[
77
app: :elixir_make,

0 commit comments

Comments
 (0)