Skip to content

Commit 077d93b

Browse files
committed
version bump to v0.8.3
1 parent 04dd957 commit 077d93b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.8.3] - 2026-03-31
99

1010
- Reset simulation to home key instead of first key
1111
- Add pocket TTS support
@@ -99,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9999
## Release history
100100

101101

102-
[Unreleased]: https://github.com/markusgrotz/robits/compare/v0.8.2...HEAD
102+
[Unreleased]: https://github.com/markusgrotz/robits/compare/v0.8.3...HEAD
103+
[0.8.3]: https://github.com/markusgrotz/robits/compare/v0.8.2...v0.8.3
103104
[0.8.2]: https://github.com/markusgrotz/robits/compare/v0.8.1...v0.8.2
104105
[0.8.1]: https://github.com/markusgrotz/robits/compare/v0.8.0...v0.8.1
105106
[0.8.0]: https://github.com/markusgrotz/robits/compare/v0.7.2...v0.8.0

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.8.2"
3+
version = "0.8.3"
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)