Skip to content

Commit 32f49fb

Browse files
Merge pull request #39 from utiasDSL/release-please--branches--main
chore(main): release 1.5.0
2 parents 9266819 + 3d463e8 commit 32f49fb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/utiasDSL/crisp_py/compare/v1.4.0...v1.5.0) (2025-09-08)
4+
5+
6+
### Features
7+
8+
* Add twist monitoring in robot object ([738bd86](https://github.com/utiasDSL/crisp_py/commit/738bd8671bb48270f10a0503da6be88c7e213a44))
9+
* added twist to robot ([651adda](https://github.com/utiasDSL/crisp_py/commit/651addac585ea3cf593866f2d045c3ef37865baa))
10+
* move Pose and Twist classes to utils/geometry.py ([89ec5a5](https://github.com/utiasDSL/crisp_py/commit/89ec5a59fbfe9e41029b238206031606224898d1))
11+
312
## [1.4.0](https://github.com/utiasDSL/crisp_py/compare/v1.3.1...v1.4.0) (2025-08-19)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "crisp-python"
3-
version = "1.4.0"
3+
version = "1.5.0"
44
description = "Simple python interface to control robots that use crisp_controllers and other ROS2 components."
55
readme = "README.md"
66
license-files = ["LICENSE.md"]

0 commit comments

Comments
 (0)