From 7b27176274365fbe686c24930ece2933066ce4ee Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 5 Dec 2020 00:08:18 +0100 Subject: [PATCH] Bump to v0.1.2.0 --- CHANGELOG.md | 2 +- arion-compose.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e1d3d4..a0ba058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for Arion -## Unreleased +## 0.1.2.0 -- 2020-03-05 * Support use of prebuilt `docker-compose.yaml`. Separates build and execution without duplicating evaluation. diff --git a/arion-compose.cabal b/arion-compose.cabal index 9107a52..561bdd5 100644 --- a/arion-compose.cabal +++ b/arion-compose.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: arion-compose -version: 0.1.1.1 +version: 0.1.2.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