From db30ec7f47b70abf8c509b14427b4d6dc73c9434 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sun, 17 Jun 2018 10:18:06 +0800 Subject: [PATCH] Release 0.0.6 --- CHANGELOG.md | 15 +++++++++++++++ niceman/version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a69a8f0..789cd21b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/niceman/version.py b/niceman/version.py index 77a16f5c3..ad4c49767 100644 --- a/niceman/version.py +++ b/niceman/version.py @@ -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 .