Skip to content

Commit dbbd371

Browse files
chore(main): release 2.0.0 (#55)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e897cc0 commit dbbd371

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/utiasDSL/crisp_py/compare/v1.9.0...v2.0.0) (2025-11-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Add orientation representation object + Mock scripts for debugging purposes + Simplify Sensors + some refactoring ([#54](https://github.com/utiasDSL/crisp_py/issues/54))
9+
10+
### Features
11+
12+
* Add orientation representation object + Mock scripts for debugging purposes + Simplify Sensors + some refactoring ([#54](https://github.com/utiasDSL/crisp_py/issues/54)) ([e897cc0](https://github.com/utiasDSL/crisp_py/commit/e897cc064af54be4a4c823ce03bc697e1994b00c))
13+
314
## [1.9.0](https://github.com/utiasDSL/crisp_py/compare/v1.8.0...v1.9.0) (2025-10-31)
415

516

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.9.0"
3+
version = "2.0.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)