Skip to content

Commit

Permalink
Bump version to 0.2.0 (#108)
Browse files Browse the repository at this point in the history
* Bump version to 0.2.0

* Added CHANGELOG.
  • Loading branch information
allenh1 authored Dec 28, 2017
1 parent e488ddc commit 2bb6056
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
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)*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]',
Expand Down

0 comments on commit 2bb6056

Please sign in to comment.