Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
+ updated changelog
  • Loading branch information
andras-tim committed Mar 28, 2016
1 parent a0f7cbd commit df33ea2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased][unreleased]


## [0.2.0] - 2016-03-28
### Added
- Added [include](https://github.com/andras-tim/octoconf/blob/v0.2.0/docs/features.rst#includes) feature

### Changed
- Replaced ``octoconf.read(<filename>)`` function with ``octoconf.load(<stream>)`` and ``octoconf.loads(<string>)`` for
- Replaced `octoconf.read(<filename>)` function with `octoconf.load(<stream>)` and `octoconf.loads(<string>)` for
better fit to the standards.
- Pylint ready code
- Improved code quality (added some error handlers and tests was rewritten, Pylint ready code)


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


[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.1.0...HEAD
[unreleased]: https://github.com/andras-tim/octoconf/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/andras-tim/octoconf/compare/v0.1.0...v0.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def read(*path):

setup(
name='octoconf',
version='0.1.0',
version='0.2.0',
url='https://github.com/andras-tim/octoconf',
bugtrack_url='https://github.com/andras-tim/octoconf/issues',
license='GPLv3',
Expand Down

0 comments on commit df33ea2

Please sign in to comment.