From 92e17b7fe0d52f37447b3dc85740ca1aebc7b65a Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 2 Dec 2022 13:18:53 +0000 Subject: [PATCH] Bump to v0.2.0.0 --- CHANGELOG.md | 6 +++--- arion-compose.cabal | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c17bac2..917a720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Revision history for Arion -## Next 2.x +## 0.2.0.0 -- 2022-12-02 ### BREAKING +* The `project.name` option is now mandatory for projects that aren't deployed with the NixOS module. + * The NixOS module now sets the default network name to the project name (commonly referred to as `` in the option path). If this is not desired, for instance if you need the projects to be on the same network, set `networks.default.name` in each of them. * The NixOS module now sets the default project name. You can still set your own value with the `project.name` option. If you did not set one, docker compose heuristically determined the name to be `store`, so you may want to set `project.name = "store"` or prepare to rename the network manually. -* The `project.name` option is now mandatory for projects that aren't deployed with the NixOS module. - ### Removed - NixOS 20.09 support. Its docker-compose does not support the diff --git a/arion-compose.cabal b/arion-compose.cabal index 1385f18..ce406b5 100644 --- a/arion-compose.cabal +++ b/arion-compose.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: arion-compose -version: 0.1.3.0 +version: 0.2.0.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