From 7609d3a88dbdd8a98bce6958756cc5902918e8aa Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 20 Mar 2020 22:39:52 +0100 Subject: [PATCH] Bump to v0.1.1.1 --- CHANGELOG.md | 6 ++++++ arion-compose.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5088c44..831eb9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 0.1.1.1 -- 2020-03-20 + +* Fix ambiguous import of `lines` +* Improve base version constraint +* Fix warnings + ## 0.1.1.0 -- 2020-03-19 * Support Nixpkgs 20.03 diff --git a/arion-compose.cabal b/arion-compose.cabal index df6acb3..ac1c333 100644 --- a/arion-compose.cabal +++ b/arion-compose.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: arion-compose -version: 0.1.1.0 +version: 0.1.1.1 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