Skip to content

Commit db30ec7

Browse files
committed
Release 0.0.6
1 parent 81e21e9 commit db30ec7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented (for humans) in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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
823
Minor release with a few fixes and performance enhancements
924
### Added

niceman/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from 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 .

0 commit comments

Comments
 (0)