Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.1...v0.2.0) (2021-12-27)

### Bug Fixes

* **device:** convert PosixPath to str ([#1](#1)) ([5346e54](5346e54))
* **device:** fixes the device inspect command ([5f76295](5f76295))
* **network:** ROS distro is corrected to noetic ([#7](#7)) ([837352b](837352b))
* **package:** fixes handling for wrong name ([4607022](4607022))
* **static-route:** fixes the name to guid behaviour for hyphenated names ([7bd5b8e](7bd5b8e))

### Features

* **marketplace:** support for marketplace bulk install ([182fab9](182fab9))
* **network:** adds device native network support ([020b096](020b096))
  • Loading branch information
semantic-release-bot authored and ankitrgadiya committed Feb 28, 2022
1 parent 01c9247 commit f436327
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.2.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.1.1...v0.2.0) (2021-12-27)


### Bug Fixes

* **device:** convert PosixPath to str ([#1](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/1)) ([5346e54](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/5346e54dc61af272b10ac1a5485f60802cb7acc6))
* **device:** fixes the device inspect command ([5f76295](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/5f76295bdb751c240441b8f4e627501a7a86de20))
* **network:** ROS distro is corrected to noetic ([#7](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/7)) ([837352b](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/837352b2272ded8cc1ee7dc9d1ad70f18b85e212))
* **package:** fixes handling for wrong name ([4607022](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/4607022a745aa247fb9fd1ba6bf3804370c9ea02))
* **static-route:** fixes the name to guid behaviour for hyphenated names ([7bd5b8e](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/7bd5b8edacfba278426a6fd2182a06cd5ce2f52c))


### Features

* **marketplace:** support for marketplace bulk install ([182fab9](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/182fab9e6625b22bb3ca1a987d884bb831217466))
* **network:** adds device native network support ([020b096](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/020b096d34325b901e66e2152faa271d7754f5b4))

## [0.1.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.1.0...v0.1.1) (2021-10-28)


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__ = "0.1.1"
__version__ = "0.2.0"

import click
import rapyuta_io.version
Expand Down

0 comments on commit f436327

Please sign in to comment.