Skip to content

Commit

Permalink
chore(release): 7.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.4.0](v7.3.3...v7.4.0) (2024-05-16)

### Bug Fixes

* **configtree:** handle project-level trees correctly in commit sub-command ([6899711](6899711))
* **configtree:** replace --project with --organization flag ([ab3e5ca](ab3e5ca))
* corrects the with_org usage ([29d4ae4](29d4ae4))
* **secret:** corrects corresponding find functions ([#301](#301)) ([41e287b](41e287b))

### Features

* **configtree:** add support for key-level Metadata ([5b7c1bb](5b7c1bb))
* **configtrees:** add support for interacting with Config trees ([f979128](f979128))
* **configtree:** support exporting YAML files in `import` command ([f7f145f](f7f145f))
* **graph:** add support for Graphviz ([760d6c0](760d6c0))
* **state:** implement StateFile to store intermediate state ([3302133](3302133))
* **vpn:** add support for registering machine for Android or iOS ([c385bea](c385bea))
  • Loading branch information
semantic-release-bot committed May 16, 2024
1 parent 95c5842 commit 3ded4fe
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [7.4.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.3.3...v7.4.0) (2024-05-16)


### Bug Fixes

* **configtree:** handle project-level trees correctly in commit sub-command ([6899711](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/68997116268776dd5c050df9cd950da1dc39105f))
* **configtree:** replace --project with --organization flag ([ab3e5ca](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/ab3e5cac76178d8a3f6a2a4a393a6a2849887de9))
* corrects the with_org usage ([29d4ae4](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/29d4ae41f0fa5b751e5b36cfcdf3b17e80d3d2bc))
* **secret:** corrects corresponding find functions ([#301](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/301)) ([41e287b](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/41e287b2e4247d317468ebdf9a0f40a041f1530c))


### Features

* **configtree:** add support for key-level Metadata ([5b7c1bb](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/5b7c1bbce63921a7544f436168d3556ca8a26a02))
* **configtrees:** add support for interacting with Config trees ([f979128](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/f979128136efbaab21f221cfc75561769df15286))
* **configtree:** support exporting YAML files in `import` command ([f7f145f](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/f7f145f5fb9cf81ef4941258608814da0ca01cab))
* **graph:** add support for Graphviz ([760d6c0](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/760d6c049d5dc0e152479c7d3e025c99c7d5e2af))
* **state:** implement StateFile to store intermediate state ([3302133](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/3302133be004f974f957b1202e358b6f3521c08e))
* **vpn:** add support for registering machine for Android or iOS ([c385bea](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/c385bea1c8e0d87881eee1cf4a97138be6b479b6))

## [7.3.3](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.3.2...v7.3.3) (2024-03-27)


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.3.3"
__version__ = "7.4.0"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 3ded4fe

Please sign in to comment.