Skip to content

Commit cfcadff

Browse files
committed
Prepare release v0.4.0.3
1 parent 8764744 commit cfcadff

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/roman/Haskell-etc.svg?branch=master)](https://travis-ci.org/roman/Haskell-etc)
22
[![CircleCI](https://circleci.com/gh/roman/Haskell-etc.svg?style=svg)](https://circleci.com/gh/roman/Haskell-etc)
3-
[![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)
3+
[![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)
44
[![Hackage](https://img.shields.io/hackage/v/etc.svg)](https://img.shields.io/hackage/v/etc.svg)
55
[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/etc.svg)](https://img.shields.io/hackage/v/etc.svg)
66
[![Stackage LTS](http://stackage.org/package/etc/badge/lts)](http://stackage.org/lts/package/etc)

etc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.4.0.3
2+
----
3+
4+
* Remove bug that stop configuration to be rendered when a default
5+
value was an empty array
6+
17
0.4.0.2
28
----
39

etc/etc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- see: https://github.com/sol/hpack
44

55
name: etc
6-
version: 0.4.0.2
6+
version: 0.4.0.3
77
synopsis: Declarative configuration spec for Haskell projects
88
description: `etc` gathers configuration values from multiple sources (cli options, OS
99
environment variables, files) using a declarative spec file that defines where

make/sdist.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
################################################################################
33

44
PROJECT_NAME := etc
5-
PROJECT_VERSION := 0.4.0.2
5+
PROJECT_VERSION := 0.4.0.3
66

77
STACK := stack --resolver nightly
88

0 commit comments

Comments
 (0)