Skip to content

Commit

Permalink
chore(release): 7.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.2](v7.0.1...v7.0.2) (2024-02-02)

### Bug Fixes

* **apply:** raises error when a metadata has no name ([#266](#266)) ([be26ff8](be26ff8))
* **deployment:** corrects the condition to fetch deployments ([ee1265d](ee1265d))
* **device:** corrects the condition to fetch devices ([3785f33](3785f33))
* **jsonschema:** corrects the deployment component spec ([#264](#264)) ([3f848bf](3f848bf))
* **package:** corrects the condition to fetch packages ([f056d3a](f056d3a))
  • Loading branch information
semantic-release-bot committed Feb 2, 2024
1 parent e59e50f commit 27ea7b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [7.0.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.0.1...v7.0.2) (2024-02-02)


### Bug Fixes

* **apply:** raises error when a metadata has no name ([#266](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/266)) ([be26ff8](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/be26ff819f639e0c4103c743a99a3871de027e33))
* **deployment:** corrects the condition to fetch deployments ([ee1265d](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/ee1265db5d126929e9e86b2898040ea33efdf87b))
* **device:** corrects the condition to fetch devices ([3785f33](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/3785f33fb53e9a37c139c57cdd8bb1b807ec1e28))
* **jsonschema:** corrects the deployment component spec ([#264](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/264)) ([3f848bf](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/3f848bfc67b9e649464d5f74fef007c08c87c1b9))
* **package:** corrects the condition to fetch packages ([f056d3a](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/f056d3a6ad2d0459a318e2c32ca18bd701ce9ca6))

## [7.0.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.0.0...v7.0.1) (2024-01-31)


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__ = "7.0.1"
__version__ = "7.0.2"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 27ea7b6

Please sign in to comment.