Skip to content

Commit

Permalink
Merge pull request #576 from norlab-ulaval/release
Browse files Browse the repository at this point in the history
1.4.3 version number fix
  • Loading branch information
RedLeader962 committed Jun 28, 2024
2 parents c6673ed + 117ebe5 commit 34ae751
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package libpointmatcher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.4.3 (2024-06-28)
------------------
* Class to generate point cloud primitives
* Updated documentation
* Github actions for code API
* Function that lists all available Filter parameters


1.4.2 (2024-03-23)
------------------
* Add dockerhub release logic and improve main readme by @RedLeader962 in https://github.com/norlab-ulaval/libpointmatcher/pull/550
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>libpointmatcher</name>
<version>1.4.2</version>
<version>1.4.3</version>
<description>
libpointmatcher is a modular ICP library, useful for robotics and computer vision.
</description>
Expand Down
4 changes: 2 additions & 2 deletions pointmatcher/PointMatcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


//! version of the Pointmatcher library as string
#define POINTMATCHER_VERSION "1.4.2"
#define POINTMATCHER_VERSION "1.4.3"
//! version of the Pointmatcher library as an int
#define POINTMATCHER_VERSION_INT 10400
#define POINTMATCHER_VERSION_INT 10403

//! Functions and classes that are not dependant on scalar type are defined in this namespace
namespace PointMatcherSupport
Expand Down

0 comments on commit 34ae751

Please sign in to comment.