File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
66
77
88## [ Unreleased]
9+
10+ ## [ 0.2.0] - 2017-02-02
911### Added
12+ - Pairing header and implementation files in different locations (#19 )
13+ - Handle 'ipp' template implementation source files (#31 )
14+ - Behavior specification for anomalous conflicting component files (#27 )
15+ - Implement ignore/exclude paths (#23 )
16+ - Accept glob pattern for source paths (#36 )
17+ - Project wiki pages
1018- Regex pattern based include directive classification (#22 )
1119- Deduce external packages from the include directive w/o filesystem search (#18 )
1220- Handle header files w/o extensions (Boost/STL/Qt/etc.) (#32 )
1321- Use POSIX path separator in component names (for cross-platform report stability)
22+ - Configuration file validation against the schema (with PyKwalify)
1423
1524### Changed
25+ - pytest instead of nose
1626- YAML configuration files instead of XML (#24 )
1727
1828### Removed
1929- Implicit single-path alias Package construction
2030
2131### Fixed
32+ - Exception leaks out of main()
2233- Unicode Escape Error on graph dot on Windows with Python 2.7 (#35 )
2334- Python3 UnicodeDecodeError for 'utf-8' in source files (#30 )
2435- Logging: Type Error: not all arguments converted during string formatting (#28 )
Original file line number Diff line number Diff line change 4040from graph import Graph
4141
4242
43- VERSION = '0.1 .0' # The latest release version.
43+ VERSION = '0.2 .0' # The latest release version.
4444
4545_SCHEMA_FILE = os .path .join (os .path .dirname (os .path .abspath (__file__ )),
4646 'config_schema.yml' )
You can’t perform that action at this time.
0 commit comments