Packages

A rebar plugin to generate docker containers

Current section

Files

Jump to
rebar3_docker CHANGELOG.md
Raw

CHANGELOG.md

# 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]
## [0.2.0] - 2024-05-09
### Added
* New option to specify the target platform for the build output: [#4](https://github.com/stritzinger/rebar3_docker/pull/4)
* New option to change the base image: [#2](https://github.com/stritzinger/rebar3_docker/pull/2)
### Fix
* Pick the current rebar3 profile: [#1](https://github.com/stritzinger/rebar3_docker/pull/1)
* Handling of Erlang version: [6d0549a](https://github.com/stritzinger/rebar3_docker/commit/6d0549af96f70943d02b7661155db0bf77991e55)
## [0.1.0] - 2023-01-26
### Added
* Initial release.
[Unreleased]: https://github.com/stritzinger/rebar3_docker/compare/0.2.0...HEAD
[0.2.0]: https://github.com/stritzinger/rebar3_docker/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/grisp/rebar3_grisp/compare/4b20c38f0d324da3b53fab86e7b8bc02db1ce178...0.1.0