File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented (for humans) in this file
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.0.6] - 2018-06-17
8+ Enhancement and fixes primarily targetting better tracing (collecting
9+ information about) of the computational components
10+ ### Added
11+ - tracing of
12+ - docker images
13+ - ` diff ` command to provide summary of differences between two specs
14+ - conda environments could be regenerated from the environments
15+ ### Changed
16+ - relative paths could be provided to the ` retrace ` command
17+ ### Fixed
18+ - tracing of Debian packages and Git repositories should be more robust
19+ to directories
20+ - handling of older ` conda ` environments
21+
722## [ 0.0.5] - 2018-01-05
823Minor release with a few fixes and performance enhancements
924### Added
Original file line number Diff line number Diff line change 1212from os .path import lexists , dirname , join as opj , curdir
1313
1414# Hard coded version, to be done by release process
15- __version__ = '0.0.5 '
15+ __version__ = '0.0.6 '
1616
1717# NOTE: might cause problems with "python setup.py develop" deployments
1818# so I have even changed buildbot to use pip install -e .
You can’t perform that action at this time.
0 commit comments