Skip to content

Commit 344a9fb

Browse files
committed
bump to 0.7.1
1 parent e80404a commit 344a9fb

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

NEWS.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#econfig news
22

3+
0.7.1 - 2015-11-08
4+
------------------
5+
6+
- fix bad case clause with config:get_list/4
7+
- fix bad case clause with {M, F} case in change_fun.
8+
39
0.7.0 - 2015-11-08
410
------------------
511

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2012-2015 Benoît Chesneau.
66

7-
__Version:__ 0.7.0
7+
__Version:__ 0.7.1
88

99
# econfig
1010

doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Copyright (c) 2012-2015 Benoît Chesneau.
66

7-
__Version:__ 0.7.0
7+
__Version:__ 0.7.1
88

99
# econfig
1010

doc/overview.edoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%%==============================================================================
1616

1717
@copyright 2012-2015 Benoît Chesneau.
18-
@version 0.7.0
18+
@version 0.7.1
1919
@title econfig - simple Erlang config handler using INI files
2020

2121
@doc # econfig

src/econfig.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, econfig,
55
[
66
{description, "simple Erlang config handler using INI files"},
7-
{vsn, "0.7.0"},
7+
{vsn, "0.7.1"},
88
{registered, [econfig_sup]},
99
{applications, [kernel,
1010
stdlib]},

0 commit comments

Comments
 (0)