Skip to content

Commit

Permalink
chore(release): 2.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.2](v2.0.1...v2.0.2) (2023-04-20)

### Bug Fixes

* **apply:** fixes the schema not found errors ([d4847a5](d4847a5))
* **network:** adds _get_limits method for cloud routed network. ([4751307](4751307))
* **parameter:** handles the non-directory tree names ([bbf65f2](bbf65f2))
  • Loading branch information
semantic-release-bot committed Apr 20, 2023
1 parent f8667cf commit 5acbd2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v2.0.1...v2.0.2) (2023-04-20)


### Bug Fixes

* **apply:** fixes the schema not found errors ([d4847a5](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/d4847a53c7b103e8d4400f5c815ea6e5cb5b60f6))
* **network:** adds _get_limits method for cloud routed network. ([4751307](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/4751307e53f554904184527271b4ba133a5e7d73))
* **parameter:** handles the non-directory tree names ([bbf65f2](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/bbf65f22585925241d4a99179025e2ef09c55af1))

# [1.0.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.6.0...v1.0.0) (2023-02-07)


Expand Down
2 changes: 1 addition & 1 deletion riocli/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.0.1"
__version__ = "2.0.2"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 5acbd2b

Please sign in to comment.