Skip to content

Commit

Permalink
bumped version and added samples with lists
Browse files Browse the repository at this point in the history
  • Loading branch information
darthbear committed Apr 20, 2015
1 parent dc208c8 commit 1513ff1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## Version 0.3.0

* fixed list of dict merge and includes in list. PR [#16]

## Version 0.2.9

* fixed expression assignment (only dictionaries with no concat can omit the : or = sign) PR [#15]
* fixed expression assignment (only dictionaries with no concat can omit the : or = sign). PR [#15]

## Version 0.2.8

Expand Down
1 change: 1 addition & 0 deletions samples/chinese_food.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["lemon chicken", "general tso chicken", "roast duck", "roast pork"]
1 change: 1 addition & 0 deletions samples/food.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
favorite_food = [include "chinese_food.conf", "lasagna", "ravioli"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run_tests(self):

setup(
name='pyhocon',
version='0.2.9',
version='0.3.0',
description='HOCON parser for Python',
long_description='pyhocon is a HOCON parser for Python. Additionally we provide a tool (pyhocon) to convert any HOCON content into json, yaml and properties format.',
keywords='hocon parser',
Expand Down

0 comments on commit 1513ff1

Please sign in to comment.