View Source Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0-3-0-2023-08-08
[0.3.0] - 2023-08-08
added
Added
- Add
zig_target
option. - Add
zig_cpu
option.
changed
Changed
- Bump latest stable
zig
to0.11.0
.
0-2-0-2023-07-10
[0.2.0] - 2023-07-10
added-1
Added
- Clean Zig cache on
mix.clean
. - Add functionality to automatically download the
zig
toolchain, also with a specific version. - Allow defining the build mode from the Mix configuration.
changed-1
Changed
- BREAKING: rename
:build_dot_zig_executable
option to:zig_executable
.
0-1-1-2023-03-03
[0.1.1] - 2023-03-03
fixed
Fixed
- Handle
:default
in the:build_dot_zig_executable
option.
changed-2
Changed
- Put
zig-cache
in the_build
folder with all other build artifacts.
0-1-0-2023-02-26
[0.1.0] - 2023-02-26
added-2
Added
- Initial release.