From 01f359b8f6d6b280b98c2ac1cd1081e51e4ff947 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 3 Jun 2021 11:46:36 +0200 Subject: [PATCH] Bump to v0.1.3.0 --- CHANGELOG.md | 5 ++++- arion-compose.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb33e6..c4c63d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for Arion -## Next +## 0.1.3.0 -- 2020-05-03 ### Changed @@ -25,6 +25,8 @@ * Add a warning when systemd `DynamicUser` is used but not available to the container. +* CI with NixOS 21.05 + ## 0.1.2.0 -- 2020-03-05 * Support use of prebuilt `docker-compose.yaml`. @@ -51,3 +53,4 @@ ## 0.1.0.0 -- 2019-10-04 * First released version. Released on an unsuspecting world. + diff --git a/arion-compose.cabal b/arion-compose.cabal index 561bdd5..9c9c6fa 100644 --- a/arion-compose.cabal +++ b/arion-compose.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: arion-compose -version: 0.1.2.0 +version: 0.1.3.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