Skip to content

Commit 065d95d

Browse files
chore(release): 1.17.0 [skip ci]
# [1.17.0](v1.16.0...v1.17.0) (2024-08-01) ### Features * **devices:** filter device list by name ([#87](#87)) ([8be2eaf](8be2eaf))
1 parent 8be2eaf commit 065d95d

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+
# [1.17.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.16.0...v1.17.0) (2024-08-01)
2+
3+
4+
### Features
5+
6+
* **devices:** filter device list by name ([#87](https://github.com/rapyuta-robotics/rapyuta-io-sdk/issues/87)) ([8be2eaf](https://github.com/rapyuta-robotics/rapyuta-io-sdk/commit/8be2eaf4a24c9c1e3508967a2561af1763e63f58))
7+
18
# [1.16.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk/compare/v1.15.1...v1.16.0) (2024-06-27)
29

310

rapyuta_io/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .clients.rosbag import UploadOptions
1616
from .clients.user_group import UserGroup
1717

18-
__version__ = "1.16.0"
18+
__version__ = "1.17.0"

0 commit comments

Comments
 (0)