Skip to content

Commit c36fe7a

Browse files
chore(release): 0.2.3 [skip ci]
## [0.2.3](v0.2.2...v0.2.3) (2025-10-26) ### Bug Fixes * **config:** fixes local env api host ([2f746a3](2f746a3))
1 parent 2148566 commit c36fe7a

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.3](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/compare/v0.2.2...v0.2.3) (2025-10-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **config:** fixes local env api host ([2f746a3](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/commit/2f746a352293af644670fae5507ae3df312a6880))
7+
18
## [0.2.2](https://github.com/rapyuta-robotics/rapyuta-io-sdk-v2/compare/v0.2.1...v0.2.2) (2025-10-21)
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.2"
7+
__version__ = "0.2.3"

0 commit comments

Comments
 (0)