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-1-2023-08-22

[0.3.1] - 2023-08-22

fixed

Fixed

  • Pass the correct option for optimize modes.

changed

Changed

  • Due to the different options for the optimize modes, :build_dot_zig is currently only compatible with Zig version 0.11.0.

0-3-0-2023-08-08

[0.3.0] - 2023-08-08

added

Added

  • Add zig_target option.
  • Add zig_cpu option.

changed-1

Changed

  • Bump latest stable zig to 0.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-2

Changed

  • BREAKING: rename :build_dot_zig_executable option to :zig_executable.

0-1-1-2023-03-03

[0.1.1] - 2023-03-03

fixed-1

Fixed

  • Handle :default in the :build_dot_zig_executable option.

changed-3

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.