Skip to content

Commit

Permalink
Bump to version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eupedrosa authored Sep 2, 2022
1 parent 59564c9 commit b01dbe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package iris_lama
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.1 (2022-09-02)
------------------
* Fix armhf compilation

1.3.0 (2022-09-01)
------------------
* Switch to plain cmake instead of a catkin based
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(iris_lama LANGUAGES CXX C)

set(IRIS_LAMA_VERSION 1.3.0)
set(IRIS_LAMA_VERSION 1.3.1)

# provides default CMAKE_INSTALL_<dir> variables
include(GNUInstallDirs)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package format="2">

<name>iris_lama</name>
<version>1.3.0</version>
<version>1.3.1</version>
<description>
IRIS package for Localization and Mapping (LaMa).
This packages includes the sparse-dense library for grid mapping,
Expand Down

0 comments on commit b01dbe6

Please sign in to comment.