-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to 0.2.0 * Added CHANGELOG.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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='[email protected]', | ||
|