Bump to v0.1.1.1

This commit is contained in:
Robert Hensing 2020-03-20 22:39:52 +01:00
parent 4afa8694f6
commit 7609d3a88d
2 changed files with 7 additions and 1 deletions

View file

@ -2,6 +2,12 @@
## Unreleased ## 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 ## 0.1.1.0 -- 2020-03-19
* Support Nixpkgs 20.03 * Support Nixpkgs 20.03

View file

@ -1,7 +1,7 @@
cabal-version: 2.4 cabal-version: 2.4
name: arion-compose name: arion-compose
version: 0.1.1.0 version: 0.1.1.1
synopsis: Run docker-compose with help from Nix/NixOS 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. 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 homepage: https://github.com/hercules-ci/arion#readme