Skip to content

Commit 8868689

Browse files
committed
Bump to v0.2.1.0
1 parent 4088415 commit 8868689

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Revision history for Arion
22

3+
## 0.2.1.0 -- 2023-07-26
4+
5+
### Added
6+
7+
* `service.networks` now supports attribute set values with various options, thanks to @pedorich-n.
8+
* `docker-compose.volumes` can now be specified in multiple modules, thanks to @qaifshaikh.
9+
* `image.fakeRootCommands` for making modifications to the image that aren't "add a link farm".
10+
11+
### Fixed
12+
13+
* Regular maintenance fixes, including one by olebedev
14+
15+
316
## 0.2.0.0 -- 2022-12-02
417

518
### BREAKING

arion-compose.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: arion-compose
4-
version: 0.2.0.0
4+
version: 0.2.1.0
55
synopsis: Run docker-compose with help from Nix/NixOS
66
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.
77
homepage: https://github.com/hercules-ci/arion#readme

0 commit comments

Comments
 (0)