Skip to content

Commit

Permalink
chore(release): 4.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.1](v4.2.0...v4.2.1) (2023-09-28)

### Bug Fixes

* **usergroup:** fixes inspect when group has deleted projects ([bdbb17e](bdbb17e))
  • Loading branch information
semantic-release-bot committed Sep 28, 2023
1 parent 4e98c23 commit 7c8a460
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 @@
## [4.2.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v4.2.0...v4.2.1) (2023-09-28)


### Bug Fixes

* **usergroup:** fixes inspect when group has deleted projects ([bdbb17e](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/bdbb17ef6a559a1607fac527ace0d88998a8dfd8))

# [4.2.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v4.1.1...v4.2.0) (2023-09-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__ = "4.2.0"
__version__ = "4.2.1"

import click
import rapyuta_io.version
Expand Down

0 comments on commit 7c8a460

Please sign in to comment.