Skip to content

Commit c191ede

Browse files
chore(release): 9.13.2 [skip ci]
## [9.13.2](v9.13.1...v9.13.2) (2025-11-05) ### Bug Fixes * **compose:** handle restart policy "never" and deployment overriding ([1b187c8](1b187c8)), closes [rapyuta-robotics/rapyuta_io#1138](https://github.com/rapyuta-robotics/rapyuta_io/issues/1138)
1 parent 5272a80 commit c191ede

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.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.13.1...v9.13.2) (2025-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **compose:** handle restart policy "never" and deployment overriding ([1b187c8](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/1b187c857cf3332b067a054c70cb01238289cb9d)), closes [rapyuta-robotics/rapyuta_io#1138](https://github.com/rapyuta-robotics/rapyuta_io/issues/1138)
7+
18
## [9.13.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v9.13.0...v9.13.1) (2025-10-21)
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.1"
16+
__version__ = "9.13.2"
1717

1818
import os
1919

0 commit comments

Comments
 (0)