Skip to content

Commit 40248f0

Browse files
authored
Release 0.3.2 (#277)
* Add changelog Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io> * Bump version 0.3.1 -> 0.3.2 Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>
1 parent 0be23cc commit 40248f0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

3+
## [v0.3.2](https://github.com/ros-infrastructure/superflore/tree/v0.3.2) (2020-04-30)
4+
5+
[Full Changelog](https://github.com/ros-infrastructure/superflore/compare/v0.3.1...v0.3.2)
6+
7+
**Implemented enhancements:**
8+
9+
- Use "git describe" to append a local version label [\#262](https://github.com/ros-infrastructure/superflore/pull/262) ([shr-project](https://github.com/shr-project))
10+
11+
**Fixed bugs:**
12+
13+
- superflore-gen-oe-recipes: Wrong path used to calculate ROS\_NUM\_CACHE\_YAML\_COMMITS [\#264](https://github.com/ros-infrastructure/superflore/issues/264)
14+
15+
**Closed issues:**
16+
17+
- superflore-gen-oe-recipes: Stop generating superfore-change-summary.txt [\#274](https://github.com/ros-infrastructure/superflore/issues/274)
18+
19+
**Merged pull requests:**
20+
21+
- parser.py: Show program name in usage message instead of description [\#275](https://github.com/ros-infrastructure/superflore/pull/275) ([shr-project](https://github.com/shr-project))
22+
- bitbake: Drop generation of superfore-change-summary.txt; fix exception message [\#273](https://github.com/ros-infrastructure/superflore/pull/273) ([shr-project](https://github.com/shr-project))
23+
- bitbake/run.py: Require --ros-distro [\#272](https://github.com/ros-infrastructure/superflore/pull/272) ([shr-project](https://github.com/shr-project))
24+
- bitbake: Drop year from Copyright lines in generated files [\#270](https://github.com/ros-infrastructure/superflore/pull/270) ([shr-project](https://github.com/shr-project))
25+
- bitbake: Fix path to cache.yaml in various places [\#269](https://github.com/ros-infrastructure/superflore/pull/269) ([shr-project](https://github.com/shr-project))
26+
- yocto\_recipe.py: Correct path in superflore-datetime.inc [\#268](https://github.com/ros-infrastructure/superflore/pull/268) ([shr-project](https://github.com/shr-project))
27+
- yocto\_recipe.py: Use sensible default for \<build\_type\> when not ROS 1 [\#267](https://github.com/ros-infrastructure/superflore/pull/267) ([shr-project](https://github.com/shr-project))
28+
- bitbake: Don't create a pull request [\#266](https://github.com/ros-infrastructure/superflore/pull/266) ([shr-project](https://github.com/shr-project))
29+
- superflore-gen-oe-recipes: Delete all generated files when regenerating all recipes [\#265](https://github.com/ros-infrastructure/superflore/pull/265) ([shr-project](https://github.com/shr-project))
30+
331
## [v0.3.1](https://github.com/ros-infrastructure/superflore/tree/v0.3.1) (2019-12-17)
432
[Full Changelog](https://github.com/ros-infrastructure/superflore/compare/v0.3.0...v0.3.1)
533

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def append_local_version_label(public_version):
6767

6868
setup(
6969
name='superflore',
70-
version=append_local_version_label('0.3.1'),
70+
version=append_local_version_label('0.3.2'),
7171
packages=find_packages(exclude=['tests', 'tests.*']),
7272
author='Hunter L. Allen',
7373
author_email='hunterlallen@protonmail.com',

0 commit comments

Comments
 (0)