Skip to content

Commit

Permalink
bump: version 0.10.0 → 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and keunjun-choi committed Mar 26, 2024
1 parent 297b237 commit 865813a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.10.1 (2024-03-26)

### 🐛 Fixes

- **wait_for_task_loaded**: modify return condition - even if 'return_on_error' is true, when receiving the error message (load nofile), the function returns error

## v0.10.0 (2024-03-25)

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "rbpodo"
version = "0.10.0"
version = "0.10.1"
description = "A client library for Rainbow Robotics' cobot RB-Series"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 865813a

Please sign in to comment.