Bump to v0.2.0.0

This commit is contained in:
Robert Hensing 2022-12-02 13:18:53 +00:00
parent 935c32afa3
commit 92e17b7fe0
2 changed files with 4 additions and 4 deletions

View file

@ -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 `<name>` 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

View file

@ -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