Skip to content

Commit

Permalink
Release 0.3.3 (#286)
Browse files Browse the repository at this point in the history
* Set up tag for 0.3.3

Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>

* Update changelog

Signed-off-by: Hunter L. Allen <hunter.allen@ghostrobotics.io>
  • Loading branch information
allenh1 committed Dec 1, 2021
1 parent cb6c424 commit dd3a9e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Changelog

## [v0.3.3](https://github.com/ros-infrastructure/superflore/tree/v0.3.3) (2021-11-20)

[Full Changelog](https://github.com/ros-infrastructure/superflore/compare/v0.3.2...v0.3.3)

**Implemented enhancements:**

- Release Version 0.3.2 [\#276](https://github.com/ros-infrastructure/superflore/issues/276)

**Closed issues:**

- License parsing doesn't parse e.g. LGPLv3 correctly [\#271](https://github.com/ros-infrastructure/superflore/issues/271)

**Merged pull requests:**

- Create GitHub Actions CI workflow based on travis job. [\#288](https://github.com/ros-infrastructure/superflore/pull/288) ([nuclearsandwich](https://github.com/nuclearsandwich))
- Fix parsing of \<exports\>\<build\_type\> with conditionals [\#281](https://github.com/ros-infrastructure/superflore/pull/281) ([shr-project](https://github.com/shr-project))
- Various improvements to support generating recipes for Noetic [\#280](https://github.com/ros-infrastructure/superflore/pull/280) ([shr-project](https://github.com/shr-project))
- Improve license parsing [\#279](https://github.com/ros-infrastructure/superflore/pull/279) ([shr-project](https://github.com/shr-project))

# Change Log

## [v0.3.2](https://github.com/ros-infrastructure/superflore/tree/v0.3.2) (2020-04-30)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def append_local_version_label(public_version):

setup(
name='superflore',
version=append_local_version_label('0.3.2'),
version=append_local_version_label('0.3.3'),
packages=find_packages(exclude=['tests', 'tests.*']),
author='Hunter L. Allen',
author_email='hunterlallen@protonmail.com',
Expand Down

0 comments on commit dd3a9e9

Please sign in to comment.