diff --git a/CHANGELOG.md b/CHANGELOG.md index 917a720..535a632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/arion-compose.cabal b/arion-compose.cabal index 6217b53..7b2488b 100644 --- a/arion-compose.cabal +++ b/arion-compose.cabal @@ -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