File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.2.0] - 2018-09-03
8
10
### Added
11
+ - Sanity checks for user input.
9
12
- Logging messages.
10
13
11
14
### Changed
12
15
- ` Overview ` section in README file.
13
16
17
+ ### Fixed
18
+ - Faulty interpretation of user module path.
19
+
14
20
## [ 0.1.1] - 2018-08-29
15
21
### Fixed
16
22
- Output folder of ` library ` sample project.
@@ -25,6 +31,7 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
25
31
- ` library ` sample project.
26
32
- Reference config file.
27
33
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
29
36
[ 0.1.1 ] : https://github.com/pyecore/setuptools-pyecore/compare/0.1.0...0.1.1
30
37
[ 0.1.0 ] : https://github.com/pyecore/setuptools-pyecore/compare/683af85...0.1.0
Original file line number Diff line number Diff line change 10
10
11
11
setuptools .setup (
12
12
name = 'setuptools-pyecore' ,
13
- version = '0.1.1 ' ,
13
+ version = '0.2.0 ' ,
14
14
packages = setuptools .find_packages (),
15
15
entry_points = {
16
16
'distutils.commands' : [
You can’t perform that action at this time.
0 commit comments