Bump to v0.2.1.0

This commit is contained in:
Robert Hensing 2023-07-26 14:50:13 +02:00
parent 408841513b
commit 8868689d3f
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
# Revision history for Arion
## 0.2.1.0 -- 2023-07-26
### Added
* `service.networks` now supports attribute set values with various options, thanks to @pedorich-n.
* `docker-compose.volumes` can now be specified in multiple modules, thanks to @qaifshaikh.
* `image.fakeRootCommands` for making modifications to the image that aren't "add a link farm".
### Fixed
* Regular maintenance fixes, including one by olebedev
## 0.2.0.0 -- 2022-12-02
### BREAKING

View File

@ -1,7 +1,7 @@
cabal-version: 2.4
name: arion-compose
version: 0.2.0.0
version: 0.2.1.0
synopsis: Run docker-compose with help from Nix/NixOS
description: Arion is a tool for building and running applications that consist of multiple docker containers using NixOS modules. It has special support for docker images that are built with Nix, for a smooth development experience and improved performance.
homepage: https://github.com/hercules-ci/arion#readme