Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: artivis <[email protected]>
  • Loading branch information
artivis committed Aug 11, 2024
1 parent c53336c commit c49fec8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package manif
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.0.5 (2024-08-11)
------------------
* Merge pull request `#304 <https://github.com/artivis/manif/issues/304>`_ from artivis/devel
Preparing release
* Merge pull request `#303 <https://github.com/artivis/manif/issues/303>`_ from HenryLeC/devel
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.1)
cmake_policy(SET CMP0048 NEW)

project(manif VERSION 0.0.4 LANGUAGES CXX)
project(manif VERSION 0.0.5 LANGUAGES CXX)

# Get the project name in capital letters
# for the lib namespace
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0"?>
<package format="2">
<name>manif</name>
<version>0.0.4</version>
<version>0.0.5</version>
<description>The manif package</description>

<author>Jeremie Deray</author>
<author>Joan Sola</author>

<maintainer email="[email protected]">Jeremie Deray</maintainer>

<!-- <url type="website">http://ros.org/wiki/todo</url>-->
<url type="website">https://artivis.github.io/manif/</url>
<url type="repository">https://github.com/artivis/manif.git</url>
<url type="bugtracker">https://github.com/artivis/manif/issues</url>

Expand Down

0 comments on commit c49fec8

Please sign in to comment.