Skip to content

Commit

Permalink
Prepare release v0.4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Jun 3, 2018
1 parent 8764744 commit cfcadff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/roman/Haskell-etc.svg?branch=master)](https://travis-ci.org/roman/Haskell-etc)
[![CircleCI](https://circleci.com/gh/roman/Haskell-etc.svg?style=svg)](https://circleci.com/gh/roman/Haskell-etc)
[![Github](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.2.svg)](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.2.svg)
[![Github](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.3.svg)](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.4.0.3.svg)
[![Hackage](https://img.shields.io/hackage/v/etc.svg)](https://img.shields.io/hackage/v/etc.svg)
[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/etc.svg)](https://img.shields.io/hackage/v/etc.svg)
[![Stackage LTS](http://stackage.org/package/etc/badge/lts)](http://stackage.org/lts/package/etc)
Expand Down
6 changes: 6 additions & 0 deletions etc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.4.0.3
----

* Remove bug that stop configuration to be rendered when a default
value was an empty array

0.4.0.2
----

Expand Down
2 changes: 1 addition & 1 deletion etc/etc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- see: https://github.com/sol/hpack

name: etc
version: 0.4.0.2
version: 0.4.0.3
synopsis: Declarative configuration spec for Haskell projects
description: `etc` gathers configuration values from multiple sources (cli options, OS
environment variables, files) using a declarative spec file that defines where
Expand Down
2 changes: 1 addition & 1 deletion make/sdist.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
################################################################################

PROJECT_NAME := etc
PROJECT_VERSION := 0.4.0.2
PROJECT_VERSION := 0.4.0.3

STACK := stack --resolver nightly

Expand Down

0 comments on commit cfcadff

Please sign in to comment.