From 2bb6056b2896791549b47fe058857000ff2073ef Mon Sep 17 00:00:00 2001 From: Hunter Allen Date: Thu, 28 Dec 2017 16:08:11 -0600 Subject: [PATCH] Bump version to 0.2.0 (#108) * Bump version to 0.2.0 * Added CHANGELOG. --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..118910f4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Change Log + +## [v0.2.0](https://github.com/ros-infrastructure/superflore/tree/v0.2.0) (2017-12-28) +[Full Changelog](https://github.com/ros-infrastructure/superflore/compare/v0.1.0...v0.2.0) + +**Implemented enhancements:** + +- Move some packages to DEPEND [\#83](https://github.com/ros-infrastructure/superflore/issues/83) +- Create a `tar-archive-dir` to clean up the `.tar` files downloaded for Open Embedded [\#80](https://github.com/ros-infrastructure/superflore/issues/80) +- Replace custom Docker class with upstream docker library [\#66](https://github.com/ros-infrastructure/superflore/issues/66) +- ROS-distribution specific branches for Open Embedded [\#107](https://github.com/ros-infrastructure/superflore/pull/107) ([allenh1](https://github.com/allenh1)) +- Add checksum cache for Open Embedded [\#102](https://github.com/ros-infrastructure/superflore/pull/102) ([allenh1](https://github.com/allenh1)) +- Dynamically update copyright year & handle multiple licenses for Open Embedded [\#100](https://github.com/ros-infrastructure/superflore/pull/100) ([shaneallcroft](https://github.com/shaneallcroft)) +- Add `--only PKG` option [\#76](https://github.com/ros-infrastructure/superflore/pull/76) ([allenh1](https://github.com/allenh1)) + +**Fixed bugs:** + +- Regression: --only flag without --output-repository-path [\#85](https://github.com/ros-infrastructure/superflore/issues/85) +- Fix existing version detection. [\#103](https://github.com/ros-infrastructure/superflore/pull/103) ([allenh1](https://github.com/allenh1)) +- Fix an issue with the dockerfile. [\#101](https://github.com/ros-infrastructure/superflore/pull/101) ([allenh1](https://github.com/allenh1)) +- Add public domain license [\#87](https://github.com/ros-infrastructure/superflore/pull/87) ([allenh1](https://github.com/allenh1)) + +**Merged pull requests:** + +- Make generated ebuild copyright dynamic [\#91](https://github.com/ros-infrastructure/superflore/pull/91) ([shaneallcroft](https://github.com/shaneallcroft)) +- Drop python 2 support [\#90](https://github.com/ros-infrastructure/superflore/pull/90) ([allenh1](https://github.com/allenh1)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/setup.py b/setup.py index df5d21dc..bda84836 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='superflore', - version='0.1.0', + version='0.2.0', packages=find_packages(exclude=['tests']), author='Hunter L. Allen', author_email='hunter@openrobotics.org',