Skip to content

Commit 66c68a5

Browse files
chore(release): 0.2.0 [skip ci]
# [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))
1 parent 7bd5b8e commit 66c68a5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [0.2.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.1.1...v0.2.0) (2021-12-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **device:** fixes the device inspect command ([5f76295](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/5f76295bdb751c240441b8f4e627501a7a86de20))
8+
* **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))
9+
* **package:** fixes handling for wrong name ([4607022](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/4607022a745aa247fb9fd1ba6bf3804370c9ea02))
10+
* **static-route:** fixes the name to guid behaviour for hyphenated names ([7bd5b8e](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/7bd5b8edacfba278426a6fd2182a06cd5ce2f52c))
11+
12+
13+
### Features
14+
15+
* **marketplace:** support for marketplace bulk install ([182fab9](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/182fab9e6625b22bb3ca1a987d884bb831217466))
16+
* **network:** adds device native network support ([020b096](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/020b096d34325b901e66e2152faa271d7754f5b4))
17+
118
## [0.1.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.1.0...v0.1.1) (2021-10-28)
219

320

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

1818
import click
1919
import rapyuta_io.version

0 commit comments

Comments
 (0)