Skip to content

Commit

Permalink
Release 0.5.3 (#373)
Browse files Browse the repository at this point in the history
* Update changelog

* 0.5.3

* Use ubuntu 18.04
  • Loading branch information
at-wat authored Feb 26, 2021
1 parent eb0e24c commit 0f4dbb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
prerelease:
if: ${{ startsWith(github.head_ref, 'release-') }}
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
fail-fast: false
matrix:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package mcl_3dl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.5.3 (2021-02-26)
------------------
* Fix cloud accum reset on map update (`#371 <https://github.com/at-wat/mcl_3dl/issues/371>`_)
* Contributors: Atsushi Watanabe

0.5.2 (2021-01-15)
------------------
* Fix potential "Time is out of dual 32-bit range" error (`#367 <https://github.com/at-wat/mcl_3dl/issues/367>`_)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>mcl_3dl</name>
<version>0.5.2</version>
<version>0.5.3</version>
<description>3-D/6-DOF localization for mobile robots with 3-D LIDAR(s)</description>

<maintainer email="[email protected]">Atsushi Watanabe</maintainer>
Expand Down

0 comments on commit 0f4dbb3

Please sign in to comment.