arion/CHANGELOG.md

29 lines
656 B
Markdown
Raw Normal View History

2019-10-04 20:18:25 +02:00
# Revision history for Arion
2019-06-14 16:10:37 +02:00
2019-10-04 19:09:52 +02:00
## Unreleased
2019-06-14 16:10:37 +02:00
2020-12-05 00:01:29 +01:00
* Support use of prebuilt `docker-compose.yaml`.
Separates build and execution without duplicating evaluation.
* Avoid storing tarballs (wasting store space) by using
`dockerTools.streamLayeredImage` if available.
* Project name is now configurable via the `project.name` option
* Support --no-ansi, --compatibility, --log-level options
2020-03-20 22:39:52 +01:00
## 0.1.1.1 -- 2020-03-20
* Fix ambiguous import of `lines`
* Improve base version constraint
* Fix warnings
2020-03-19 12:27:07 +01:00
## 0.1.1.0 -- 2020-03-19
* Support Nixpkgs 20.03
* Fixes for macOS
2019-10-04 19:09:52 +02:00
## 0.1.0.0 -- 2019-10-04
* First released version. Released on an unsuspecting world.