Skip to content

Commit

Permalink
[20] Bump version to 0.3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Apr 5, 2018
1 parent 142c620 commit 3fcde4b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/roman/Haskell-etc.svg?branch=master)](https://travis-ci.org/roman/Haskell-etc)
[![Github](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.3.0.0.svg)](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.3.0.0.svg)
[![Github](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.3.1.0.svg)](https://img.shields.io/github/commits-since/roman/haskell-etc/v0.3.1.0.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
7 changes: 7 additions & 0 deletions etc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.3.1.0
----

* Add new `etc/files` entry to the spec file which allows to specify an
environment variable to fetch a file


0.3.0.0
----
**BREAKING CHANGES**
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.3.0.0
version: 0.3.1.0
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.3.0.0
PROJECT_VERSION := 0.3.1.0

STACK := stack --resolver nightly

Expand Down

0 comments on commit 3fcde4b

Please sign in to comment.