Skip to content

Commit 110cea1

Browse files
committed
0.6.8
1 parent 596c41c commit 110cea1

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.7
2+
current_version = 0.6.8
33
commit = True
44
tag = True
55
message = chore: Bump toppra version: '{current_version}' --> '{new_version}'

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Upcoming
3+
## 0.6.8 (April 23 2026)
44

55
- [cpp] fix: pinocchio v4 compatibility
66
- [cpp] Fix gtest target_link_libraries usage when fetching from source (#286)

cpp/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog for package toppra
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.6.8 (2026-04-23)
6+
------------------
7+
* [cpp] Fix missing cassert includes in headers (`#288 <https://github.com/hungpham2511/toppra/issues/288>`_)
8+
* [cpp] Fix gtest target_link_libraries usage when fetching from source (`#286 <https://github.com/hungpham2511/toppra/issues/286>`_)
9+
* [cpp] fix pinocchio 4 compatibility (`#287 <https://github.com/hungpham2511/toppra/issues/287>`_)
10+
* Contributors: Guilhem Saurel, Sebastian Castro
11+
512
0.6.7 (2026-04-09)
613
------------------
714
* build(cpp): Modernize googletest CMake usage (`#283 <https://github.com/hungpham2511/toppra/issues/283>`_)

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
project(toppra
4-
VERSION 0.6.7
4+
VERSION 0.6.8
55
DESCRIPTION "Library computing the time-optimal path parameterization."
66
LANGUAGES CXX)
77
# Tests

cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0'?>
22
<package format='2'>
33
<name>toppra</name>
4-
<version>0.6.7</version>
4+
<version>0.6.8</version>
55
<description>Time-Optimal Path Parameterization</description>
66

77
<maintainer email="hungpham2511@gmail.com">Hung Pham</maintainer>

python/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.7
1+
0.6.8

0 commit comments

Comments
 (0)