Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jun 17, 2018
1 parent 81e21e9 commit db30ec7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented (for humans) in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.0.6] - 2018-06-17
Enhancement and fixes primarily targetting better tracing (collecting
information about) of the computational components
### Added
- tracing of
- docker images
- `diff` command to provide summary of differences between two specs
- conda environments could be regenerated from the environments
### Changed
- relative paths could be provided to the `retrace` command
### Fixed
- tracing of Debian packages and Git repositories should be more robust
to directories
- handling of older `conda` environments

## [0.0.5] - 2018-01-05
Minor release with a few fixes and performance enhancements
### Added
Expand Down
2 changes: 1 addition & 1 deletion niceman/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from os.path import lexists, dirname, join as opj, curdir

# Hard coded version, to be done by release process
__version__ = '0.0.5'
__version__ = '0.0.6'

# NOTE: might cause problems with "python setup.py develop" deployments
# so I have even changed buildbot to use pip install -e .
Expand Down

0 comments on commit db30ec7

Please sign in to comment.