Skip to content

Commit

Permalink
release date and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jun 7, 2023
1 parent f49cc6d commit 9811c49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
\page changelog Change Log

# Version 2.9.0: UNRELEASED
# Version 2.9.0: Released June 7th, 2023
- Changes in apps:
- rosbag2rawlog: Added support for converting nav_msgs/LaserScan topics to mrpt::obs::CObservation2DRangeScan
- Changes in libraries:
- New Python3 module `pymrpt` with an almost full wrapping of all MRPT classes (via pybind11). Refer to the [Python API documentation (pydoc3)](https://mrpt.github.io/pymrpt-docs/mrpt.pymrpt.mrpt.html).
- Removed the legacy module mrpt::hmtslam and associated applications. Please refer to older MRPT releases if needed.
- Removed all deprecated functions and headers.
- \ref mrpt_ros2bridge_grp
Expand Down
2 changes: 1 addition & 1 deletion doc/source/make_a_mrpt_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ useful to someone else maintaining MRPT in the future... ;-)
git checkout master
git merge develop
git tag --sign X.Y.Z # release new version
bash packaging/prepare_release.sh
bash packaging/make_release.sh
# If everything seems OK, push it:
# **WARNING**: This command makes the release public!
git push master --tags
Expand Down

0 comments on commit 9811c49

Please sign in to comment.