Skip to content

Commit

Permalink
chore(release): 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.1](v4.1.0...v4.1.1) (2023-09-22)

### Bug Fixes

* **apply:** fixes the find_functor for staticroute ([2ad8a17](2ad8a17))
* **deployment:** fixes static route dependency ([117fd86](117fd86))
* **staticroute:** sends the correct value for name when deleting route ([5685360](5685360))
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent 967c99e commit 9deb1d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.1.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v4.1.0...v4.1.1) (2023-09-22)


### Bug Fixes

* **apply:** fixes the find_functor for staticroute ([2ad8a17](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/2ad8a17323ecff0c496c75ffa7e74f4783e6a478))
* **deployment:** fixes static route dependency ([117fd86](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/117fd865e2edaf72c87293f530ced44c9a3ee3c2))
* **staticroute:** sends the correct value for name when deleting route ([5685360](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/568536064c8ad493820adeb4cab7ad468553a586))

# [4.1.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v4.0.3...v4.1.0) (2023-09-21)


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

import click
import rapyuta_io.version
Expand Down

0 comments on commit 9deb1d0

Please sign in to comment.