Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.1...v2.2.0) (2024-11-22)

### Features

* add support for background command executes ([db34d48](db34d48))
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent c3b1db4 commit e3e03b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.1...v2.2.0) (2024-11-22)


### Features

* add support for background command executes ([db34d48](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/db34d48bdbcd545837c659a1566e84a94f8c6502))

## [2.1.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v2.1.0...v2.1.1) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion rapyuta_io/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .clients.rosbag import UploadOptions
from .clients.user_group import UserGroup

__version__ = "2.1.1"
__version__ = "2.2.0"

0 comments on commit e3e03b7

Please sign in to comment.