Skip to content

Commit

Permalink
chore(release): 7.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.2.0](v7.1.0...v7.2.0) (2024-02-26)

### Bug Fixes

* **projects:** fixes the list command ([#278](#278)) ([15a0659](15a0659))
* **v2client:** makes v2Client non-singleton ([1a65f45](1a65f45))

### Features

* **project:** implements whoami command ([982bff2](982bff2))
  • Loading branch information
semantic-release-bot committed Feb 26, 2024
1 parent ad74897 commit 4e2bf5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.2.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.1.0...v7.2.0) (2024-02-26)


### Bug Fixes

* **projects:** fixes the list command ([#278](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/278)) ([15a0659](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/15a06591b3c1af6f5d679b83587834e323ff5870))
* **v2client:** makes v2Client non-singleton ([1a65f45](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/1a65f45cdcc11a4bb7087f8d53bcd500c8f9d654))


### Features

* **project:** implements whoami command ([982bff2](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/982bff2641803b8d0749f2a5ec0194c4ecc998c9))

# [7.1.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.0.3...v7.1.0) (2024-02-14)


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.1.0"
__version__ = "7.2.0"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 4e2bf5f

Please sign in to comment.