Skip to content

Commit 2fea986

Browse files
Merge pull request #26 from utiasDSL/release-please--branches--main
chore(main): release 1.1.2
2 parents e412bf7 + 74ec851 commit 2fea986

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

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.1.2](https://github.com/utiasDSL/crisp_py/compare/v1.1.1...v1.1.2) (2025-08-10)
4+
5+
6+
### Bug Fixes
7+
8+
* specifying the location of the version.txt ([633b5fc](https://github.com/utiasDSL/crisp_py/commit/633b5fc96dd1a08fddb764bee3f72234f08c1a4c))
9+
* updated release-please configs ([5b9210d](https://github.com/utiasDSL/crisp_py/commit/5b9210dc172beb269f2276c54f112dbdd3b35377))
10+
* use python release type instead of simple ([2c9fe29](https://github.com/utiasDSL/crisp_py/commit/2c9fe294ac74bdb30175862c3677046cf3f0cac3))
11+
312
## [1.1.1](https://github.com/utiasDSL/crisp_py/compare/v1.1.0...v1.1.1) (2025-08-10)
413

514

crisp_py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
print("ROS2 should be installed and sourced!")
77

88

9-
__version__ = "1.1.1"
9+
__version__ = "1.1.2"

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-py"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Simple python interface to control robots that use crisp_controllers and other ROS2 components."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)