Skip to content

Commit d9f2100

Browse files
chore(release): 0.2.1 [skip ci]
## [0.2.1](v0.2.0...v0.2.1) (2025-10-21) ### Bug Fixes * **pydantic_source:** moved pydantic_source under rapyuta_io_sdk_v2 ([c71f32c](c71f32c))
1 parent d3f1aa7 commit d9f2100

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.1](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/compare/v0.2.0...v0.2.1) (2025-10-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **pydantic_source:** moved pydantic_source under rapyuta_io_sdk_v2 ([c71f32c](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/commit/c71f32c2dbc068be69de03905d53d872ca6eb9dd))
7+
18
# [0.2.0](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/compare/v0.1.0...v0.2.0) (2025-04-09)
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.2.0"
7+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)