From dd3a9e975717026e3501b919b789bd46fc0f42d7 Mon Sep 17 00:00:00 2001 From: "Hunter L. Allen" Date: Wed, 1 Dec 2021 12:50:05 -0500 Subject: [PATCH] Release 0.3.3 (#286) * Set up tag for 0.3.3 Signed-off-by: Hunter L. Allen * Update changelog Signed-off-by: Hunter L. Allen --- CHANGELOG.md | 21 +++++++++++++++++++++ setup.py | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 595ebaab..a3abae90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \\ 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) diff --git a/setup.py b/setup.py index 200ef2bf..0dc34dcd 100755 --- a/setup.py +++ b/setup.py @@ -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',