Skip to content

Commit e3e03b7

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.1...v2.2.0) (2024-11-22) ### Features * add support for background command executes ([db34d48](db34d48))
1 parent c3b1db4 commit e3e03b7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.1...v2.2.0) (2024-11-22)
2+
3+
4+
### Features
5+
6+
* add support for background command executes ([db34d48](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/db34d48bdbcd545837c659a1566e84a94f8c6502))
7+
18
## [2.1.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.0...v2.1.1) (2024-11-12)
29

310

rapyuta_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .clients.rosbag import UploadOptions
88
from .clients.user_group import UserGroup
99

10-
__version__ = "2.1.1"
10+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)