We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51838b commit 78b1cbfCopy full SHA for 78b1cbf
CHANGELOG.md
@@ -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
8
# [0.1.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/compare/v0.0.1...v0.1.0) (2024-12-13)
9
10
rapyuta_io_sdk_v2/__init__.py
@@ -4,4 +4,4 @@
from rapyuta_io_sdk_v2.config import Configuration
from rapyuta_io_sdk_v2.utils import walk_pages
-__version__ = "0.1.0"
+__version__ = "0.2.0"
0 commit comments