diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b07db..5088c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## Unreleased - +## 0.1.1.0 -- 2020-03-19 + +* Support Nixpkgs 20.03 +* Fixes for macOS ## 0.1.0.0 -- 2019-10-04 diff --git a/arion-compose.cabal b/arion-compose.cabal index 853bb3a..10caa94 100644 --- a/arion-compose.cabal +++ b/arion-compose.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: arion-compose -version: 0.1.0.0 +version: 0.1.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