CHANGELOG.md

<!--
SPDX-FileCopyrightText: 2026 Dipl. Phys. Peer Stritzinger GmbH

SPDX-License-Identifier: Apache-2.0
-->
#  Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.1] - 2026-05-13

### Fixed

- Fix escript packing when escript_name is not an atom [#5](https://github.com/stritzinger/rebar_calzone/pull/5)

## [1.0.0] - 2026-05-13

### Added

- Initial release of the `rebar_calzone` rebar3 plugin
- escript packaging support during `rebar3 calzone`, including mmap recording and OTP runtime bundling

[Unreleased]: https://github.com/stritzinger/rebar_calzone/compare/1.0.1...HEAD
[1.0.1]: https://github.com/stritzinger/rebar_calzone/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/stritzinger/rebar_calzone/compare/4a06ef7...1.0.0