Skip to content

Commit 78b1cbf

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.0...v0.2.0) (2025-04-09) ### Features * add Organization and User API ([b5eb50d](b5eb50d))
1 parent b51838b commit 78b1cbf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.2.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/compare/v0.1.0...v0.2.0) (2025-04-09)
2+
3+
4+
### Features
5+
6+
* add Organization and User API ([b5eb50d](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/commit/b5eb50d004c962ef66607fcab3b653ced5cc6c0a))
7+
18
# [0.1.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/compare/v0.0.1...v0.1.0) (2024-12-13)
29

310

rapyuta_io_sdk_v2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from rapyuta_io_sdk_v2.config import Configuration
55
from rapyuta_io_sdk_v2.utils import walk_pages
66

7-
__version__ = "0.1.0"
7+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)