Changelog¶
Version 0.2.1¶
Released on Jul 1th 2016
- Added documentation to the API.
- Updated to have no more strict Sphinx builds.
- Updated requirments.
Version 0.2.0¶
Released on Jun 30th 2016
- Added scanning for package path is now configurable.
- After extended use of 0.1.13 I deemed this project ready for it’s 0.2 phase.
Version 0.1.12¶
Released on Feb 9th 2016
- Added coveralls call to run on test when .coveralls.yml is present.
- Updated requirements.
- Fixed running commands will now copy your current environment.
Version 0.1.9¶
Released on Feb 8th 2016
- Updated CLI documentation.
- Updated the Assemble API to be more flexible.
- Updated to require less packages.
- Fixed some usability bugs.
Version 0.1.8¶
Released on Feb 7th 2016
- Added automatic install_requires to the setup call of your package.
Version 0.1.7¶
Released on Feb 4th 2016
- Added requirements-scan command.
- Added extra options (–major/-x, –minor/-y, –patch/-p) to version command.
- Fixed scanning for GIT version to be quiet.
Version 0.1.6¶
Released on Feb 1st 2016
- Added sphinx.ext.coverage.
- Added auto-rebuild of tox environment on requirements change.
- Updated requirements to match.
- Updated tox.ini.
- Fixed Flake8 problems.
Version 0.1.3¶
Released on Jan 28th 2016
- Removed the Version requirement, because it doesn’t work on Python 3.