Skip to content

Commit 08e9640

Browse files
authored
Bump version to 0.2.1. (#127)
1 parent d7e40b9 commit 08e9640

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## [v0.2.1](https://github.com/ros-infrastructure/superflore/tree/v0.2.1) (2018-01-26)
4+
[Full Changelog](https://github.com/ros-infrastructure/superflore/compare/v0.2.0...v0.2.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Fix CI [\#125](https://github.com/ros-infrastructure/superflore/pull/125) ([allenh1](https://github.com/allenh1))
9+
- Strip the path from the executable name. [\#124](https://github.com/ros-infrastructure/superflore/pull/124) ([allenh1](https://github.com/allenh1))
10+
- Add in test dependencies, enabled by the use flag 'test' [\#123](https://github.com/ros-infrastructure/superflore/pull/123) ([allenh1](https://github.com/allenh1))
11+
- Use allenh1/ros\_gentoo\_base for Docker [\#122](https://github.com/ros-infrastructure/superflore/pull/122) ([allenh1](https://github.com/allenh1))
12+
- More Explicit PRs [\#120](https://github.com/ros-infrastructure/superflore/pull/120) ([allenh1](https://github.com/allenh1))
13+
- Add command line arguments to the PR text. [\#119](https://github.com/ros-infrastructure/superflore/pull/119) ([allenh1](https://github.com/allenh1))
14+
- Add test for ros-infrastructure/superflore\#117. [\#118](https://github.com/ros-infrastructure/superflore/pull/118) ([allenh1](https://github.com/allenh1))
15+
- Gentoo Integration Tests [\#115](https://github.com/ros-infrastructure/superflore/pull/115) ([allenh1](https://github.com/allenh1))
16+
- Add opencv3 check [\#114](https://github.com/ros-infrastructure/superflore/pull/114) ([allenh1](https://github.com/allenh1))
17+
- More utils tests [\#113](https://github.com/ros-infrastructure/superflore/pull/113) ([allenh1](https://github.com/allenh1))
18+
- Add metadata.xml tests. [\#112](https://github.com/ros-infrastructure/superflore/pull/112) ([allenh1](https://github.com/allenh1))
19+
- Docker tests [\#111](https://github.com/ros-infrastructure/superflore/pull/111) ([allenh1](https://github.com/allenh1))
20+
- Add `--only \[pkg\_1\] \[pkg\_2\] ... \[pkg\_n\]` [\#109](https://github.com/ros-infrastructure/superflore/pull/109) ([allenh1](https://github.com/allenh1))
21+
22+
**Fixed bugs:**
23+
24+
- Multi-License Line Fix [\#117](https://github.com/ros-infrastructure/superflore/issues/117)
25+
- Add test for ros-infrastructure/superflore\\#117. [\#118](https://github.com/ros-infrastructure/superflore/pull/118) ([allenh1](https://github.com/allenh1))
26+
327
## [v0.2.0](https://github.com/ros-infrastructure/superflore/tree/v0.2.0) (2017-12-28)
428
[Full Changelog](https://github.com/ros-infrastructure/superflore/compare/v0.1.0...v0.2.0)
529

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='superflore',
22-
version='0.2.0',
22+
version='0.2.1',
2323
packages=find_packages(exclude=['tests']),
2424
author='Hunter L. Allen',
2525
author_email='hunter@openrobotics.org',

0 commit comments

Comments
 (0)