Skip to content

Commit

Permalink
chore(release): 7.3.2 [skip ci]
Browse files Browse the repository at this point in the history
## [7.3.2](v7.3.1...v7.3.2) (2024-03-26)

### Bug Fixes

* **project:** corrects usergroup role check in whoami command ([#291](#291)) ([3d859a1](3d859a1))
  • Loading branch information
semantic-release-bot committed Mar 26, 2024
1 parent feb792c commit 5b3c373
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.3.2](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.3.1...v7.3.2) (2024-03-26)


### Bug Fixes

* **project:** corrects usergroup role check in whoami command ([#291](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/291)) ([3d859a1](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/3d859a164a8dd6f9473c20e6ffe494c7e1eaa87a))

## [7.3.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v7.3.0...v7.3.1) (2024-03-25)


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.1"
__version__ = "7.3.2"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 5b3c373

Please sign in to comment.