Skip to content

Commit 0f3bc4a

Browse files
chore(release): 9.13.4 [skip ci]
## [9.13.4](v9.13.3...v9.13.4) (2025-12-23) ### Bug Fixes * **jsonschema:** update organizationGUID regex to match the newer format ([#479](#479)) ([472c13f](472c13f))
1 parent 472c13f commit 0f3bc4a

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+
## [9.13.4](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.13.3...v9.13.4) (2025-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **jsonschema:** update organizationGUID regex to match the newer format ([#479](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/479)) ([472c13f](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/472c13f42aa4bb9e08a44c16fd183c5169ef449c))
7+
18
## [9.13.3](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.13.2...v9.13.3) (2025-11-27)
29

310

riocli/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "9.13.3"
16+
__version__ = "9.13.4"
1717

1818
import os
1919

0 commit comments

Comments
 (0)