Skip to content

Commit df33ea2

Browse files
committed
release v0.2.0
+ updated changelog
1 parent a0f7cbd commit df33ea2

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55

66
## [Unreleased][unreleased]
7+
8+
9+
## [0.2.0] - 2016-03-28
10+
### Added
11+
- Added [include](https://github.com/andras-tim/octoconf/blob/v0.2.0/docs/features.rst#includes) feature
12+
713
### Changed
8-
- Replaced ``octoconf.read(<filename>)`` function with ``octoconf.load(<stream>)`` and ``octoconf.loads(<string>)`` for
14+
- Replaced `octoconf.read(<filename>)` function with `octoconf.load(<stream>)` and `octoconf.loads(<string>)` for
915
better fit to the standards.
10-
- Pylint ready code
16+
- Improved code quality (added some error handlers and tests was rewritten, Pylint ready code)
1117

1218

1319
## 0.1.0 - 2016-03-23
@@ -16,4 +22,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1622
- example YAML file
1723

1824

19-
[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.1.0...HEAD
25+
[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.0...HEAD
26+
[0.2.0]: https://github.com/andras-tim/octoconf/compare/v0.1.0...v0.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def read(*path):
3232

3333
setup(
3434
name='octoconf',
35-
version='0.1.0',
35+
version='0.2.0',
3636
url='https://github.com/andras-tim/octoconf',
3737
bugtrack_url='https://github.com/andras-tim/octoconf/issues',
3838
license='GPLv3',

0 commit comments

Comments
 (0)