Skip to content

Commit

Permalink
Bump to v0.2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jul 26, 2023
1 parent 4088415 commit 8868689
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Revision history for Arion

## 0.2.1.0 -- 2023-07-26

### Added

* `service.networks` now supports attribute set values with various options, thanks to @pedorich-n.
* `docker-compose.volumes` can now be specified in multiple modules, thanks to @qaifshaikh.
* `image.fakeRootCommands` for making modifications to the image that aren't "add a link farm".

### Fixed

* Regular maintenance fixes, including one by olebedev


## 0.2.0.0 -- 2022-12-02

### BREAKING
Expand Down
2 changes: 1 addition & 1 deletion arion-compose.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.4

name: arion-compose
version: 0.2.0.0
version: 0.2.1.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
Expand Down

0 comments on commit 8868689

Please sign in to comment.