Skip to content

Commit

Permalink
chore(release): 7.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.6.0](v7.5.0...v7.6.0) (2024-07-04)

### Bug Fixes

* **device:** sets device labels correctly ([#329](#329)) ([a3ac73d](a3ac73d))
* **device:** sets highperf label on virtual device ([#328](#328)) ([1eb7906](1eb7906))
* **project:** updates subnet when vpn is already enabled ([#324](#324)) ([e8d553b](e8d553b))

### Features

* **configtree:** add export command ([6f236ae](6f236ae))
* **configtree:** add support for diff ([7df605e](7df605e))
* **configtree:** add support for merge ([a1d273f](a1d273f))
* **configtree:** add support for milestone ([6ada3f7](6ada3f7))
* **device:** supports onboarding hwil devices via device manifest ([#323](#323)) ([7c257f1](7c257f1))
* **hwil:** implements hwil command ([#319](#319)) ([3e24b0b](3e24b0b))
  • Loading branch information
semantic-release-bot committed Jul 4, 2024
1 parent 9f7900f commit cfefc76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [7.6.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.5.0...v7.6.0) (2024-07-04)


### Bug Fixes

* **device:** sets device labels correctly ([#329](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/329)) ([a3ac73d](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/a3ac73d6da5f1ae6eb8d9d95b5763bb391f3e7f4))
* **device:** sets highperf label on virtual device ([#328](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/328)) ([1eb7906](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/1eb7906641d700a50e47b791a19311a6d6f7b542))
* **project:** updates subnet when vpn is already enabled ([#324](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/324)) ([e8d553b](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/e8d553bc297772b3d774245c0ab7853c886a0c18))


### Features

* **configtree:** add export command ([6f236ae](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/6f236aedbd93999f7ed12156b747e116492c8948))
* **configtree:** add support for diff ([7df605e](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/7df605ea6b04e9c3f3109d9ce45904314b32527d))
* **configtree:** add support for merge ([a1d273f](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/a1d273f5069f48d8f32ac5d0888d6ac416be2dc5))
* **configtree:** add support for milestone ([6ada3f7](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/6ada3f7189287a799e66badfa6e4fa61bb5cd93d))
* **device:** supports onboarding hwil devices via device manifest ([#323](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/323)) ([7c257f1](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/7c257f16ce1fb3a8fa9f3997a1b8c9055ac52184))
* **hwil:** implements hwil command ([#319](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/319)) ([3e24b0b](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/3e24b0b115dba39544e170ddb8c08b1e450a49de))

# [7.5.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.4.1...v7.5.0) (2024-06-12)


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.5.0"
__version__ = "7.6.0"

import click
import rapyuta_io.version
Expand Down

0 comments on commit cfefc76

Please sign in to comment.