Skip to content

Commit dd3a9e9

Browse files
authored
Release 0.3.3 (#286)
* Set up tag for 0.3.3 Signed-off-by: Hunter L. Allen <[email protected]> * Update changelog Signed-off-by: Hunter L. Allen <[email protected]>
1 parent cb6c424 commit dd3a9e9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Changelog
2+
3+
## [v0.3.3](https://github.com/ros-infrastructure/superflore/tree/v0.3.3) (2021-11-20)
4+
5+
[Full Changelog](https://github.com/ros-infrastructure/superflore/compare/v0.3.2...v0.3.3)
6+
7+
**Implemented enhancements:**
8+
9+
- Release Version 0.3.2 [\#276](https://github.com/ros-infrastructure/superflore/issues/276)
10+
11+
**Closed issues:**
12+
13+
- License parsing doesn't parse e.g. LGPLv3 correctly [\#271](https://github.com/ros-infrastructure/superflore/issues/271)
14+
15+
**Merged pull requests:**
16+
17+
- Create GitHub Actions CI workflow based on travis job. [\#288](https://github.com/ros-infrastructure/superflore/pull/288) ([nuclearsandwich](https://github.com/nuclearsandwich))
18+
- Fix parsing of \<exports\>\<build\_type\> with conditionals [\#281](https://github.com/ros-infrastructure/superflore/pull/281) ([shr-project](https://github.com/shr-project))
19+
- Various improvements to support generating recipes for Noetic [\#280](https://github.com/ros-infrastructure/superflore/pull/280) ([shr-project](https://github.com/shr-project))
20+
- Improve license parsing [\#279](https://github.com/ros-infrastructure/superflore/pull/279) ([shr-project](https://github.com/shr-project))
21+
122
# Change Log
223

324
## [v0.3.2](https://github.com/ros-infrastructure/superflore/tree/v0.3.2) (2020-04-30)

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.2'),
70+
version=append_local_version_label('0.3.3'),
7171
packages=find_packages(exclude=['tests', 'tests.*']),
7272
author='Hunter L. Allen',
7373
author_email='[email protected]',

0 commit comments

Comments
 (0)