Skip to content

Commit 2356719

Browse files
authored
Merge pull request #41 from pyecore/release/0.2.0
Prepared 0.2.0 release
2 parents ce79514 + cd912fa commit 2356719

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
55
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.2.0] - 2018-09-03
810
### Added
11+
- Sanity checks for user input.
912
- Logging messages.
1013

1114
### Changed
1215
- `Overview` section in README file.
1316

17+
### Fixed
18+
- Faulty interpretation of user module path.
19+
1420
## [0.1.1] - 2018-08-29
1521
### Fixed
1622
- Output folder of `library` sample project.
@@ -25,6 +31,7 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2531
- `library` sample project.
2632
- Reference config file.
2733

28-
[Unreleased]: https://github.com/pyecore/setuptools-pyecore/compare/0.1.1...HEAD
34+
[Unreleased]: https://github.com/pyecore/setuptools-pyecore/compare/0.2.0...HEAD
35+
[0.2.0]: https://github.com/pyecore/setuptools-pyecore/compare/0.1.1...0.2.0
2936
[0.1.1]: https://github.com/pyecore/setuptools-pyecore/compare/0.1.0...0.1.1
3037
[0.1.0]: https://github.com/pyecore/setuptools-pyecore/compare/683af85...0.1.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name='setuptools-pyecore',
13-
version='0.1.1',
13+
version='0.2.0',
1414
packages=setuptools.find_packages(),
1515
entry_points={
1616
'distutils.commands': [

0 commit comments

Comments
 (0)