From bf0ada8a5b123dc81a2248cc8b8befa24b2c96aa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Feb 2024 09:53:09 +0000 Subject: [PATCH] chore(release): 7.2.1 [skip ci] ## [7.2.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.2.0...v7.2.1) (2024-02-27) ### Bug Fixes * **v2client:** removes list limit for static-routes ([2eef19a](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/2eef19a583c3d8f1837273abb0117fe238e0e89c)) --- CHANGELOG.md | 7 +++++++ riocli/bootstrap.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 190d36bc..dbbc8fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.2.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.2.0...v7.2.1) (2024-02-27) + + +### Bug Fixes + +* **v2client:** removes list limit for static-routes ([2eef19a](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/2eef19a583c3d8f1837273abb0117fe238e0e89c)) + # [7.2.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.1.0...v7.2.0) (2024-02-26) diff --git a/riocli/bootstrap.py b/riocli/bootstrap.py index 732b07fd..12e3c048 100644 --- a/riocli/bootstrap.py +++ b/riocli/bootstrap.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "7.2.0" +__version__ = "7.2.1" import click import rapyuta_io.version