From 5670a09cac32c2a8621fd7a971bf51c56340579a Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 19 Mar 2020 12:27:07 +0100 Subject: [PATCH] Bump to v0.1.1.0 --- CHANGELOG.md | 5 ++++- arion-compose.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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