Skip to content

Commit f55f9f0

Browse files
committed
version bump to v0.9.1
1 parent 85521dc commit f55f9f0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## Upcoming -
1010

11+
12+
## [0.9.1] - 2026-04-10
13+
1114
- Add version constraint for pyrobotiqgripper dependency
1215
- Update dependencies: bump robot-description version, remove dm-control
1316
- Add decorators for dependency checking to robits.core.utils
@@ -114,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114117
## Release history
115118

116119

117-
[Unreleased]: https://github.com/markusgrotz/robits/compare/v0.9.0...HEAD
120+
[Unreleased]: https://github.com/markusgrotz/robits/compare/v0.9.1...HEAD
121+
[0.9.1]: https://github.com/markusgrotz/robits/compare/v0.9.0...v0.9.1
118122
[0.9.0]: https://github.com/markusgrotz/robits/compare/v0.8.3...v0.9.0
119123
[0.8.3]: https://github.com/markusgrotz/robits/compare/v0.8.2...v0.8.3
120124
[0.8.2]: https://github.com/markusgrotz/robits/compare/v0.8.1...v0.8.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 = "robits"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
description = "Lightweight, modular, and scalable software stack for AI-driven robotic manipulation."
55
readme = "README.md"
66
requires-python = ">=3.10,<3.13"

0 commit comments

Comments
 (0)