Skip to content

Commit 07b8594

Browse files
chore(release): 0.4.0 [skip ci]
# [0.4.0](v0.3.1...v0.4.0) (2022-10-03) ### Bug Fixes * **network:** handles network not found correctly ([#22](#22)) ([b38c7a0](b38c7a0)) * **shell:** Fixed a bug which causes REPL to close in case of exception. ([e8dc6f0](e8dc6f0)) ### Features * **apply:** adds support for apply command ([#30](#30)) ([f6ae40d](f6ae40d)), closes [#39](#39) * **auth:** adds support for non-interactive login ([#32](#32)) ([8c8c460](8c8c460)) * **project:** adds highlight for current project in list output ([ce348da](ce348da)) * **shell:** adds improvements in repl session ([b7a481e](b7a481e))
1 parent 74bd034 commit 07b8594

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.4.0](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.3.1...v0.4.0) (2022-10-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **network:** handles network not found correctly ([#22](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/22)) ([b38c7a0](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/b38c7a04e6d3672254537eacec23cea1e04f8ff2))
7+
* **shell:** Fixed a bug which causes REPL to close in case of exception. ([e8dc6f0](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/e8dc6f06cb57aab42dce55f4d7d5b2f468d3a9d1))
8+
9+
10+
### Features
11+
12+
* **apply:** adds support for apply command ([#30](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/30)) ([f6ae40d](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/f6ae40dac8dfdff2343fa52b299fa4bd0dfc7be0)), closes [#39](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/39)
13+
* **auth:** adds support for non-interactive login ([#32](https://github.com/rapyuta-robotics/rapyuta-io-cli/issues/32)) ([8c8c460](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/8c8c46084487d7b50d09cad6fdb97b2d54326746))
14+
* **project:** adds highlight for current project in list output ([ce348da](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/ce348da36a2d61ec6709d34ff46f1ff0289aa986))
15+
* **shell:** adds improvements in repl session ([b7a481e](https://github.com/rapyuta-robotics/rapyuta-io-cli/commit/b7a481e58635f1c0f40ae79a5240f928b4a95683))
16+
117
## [0.3.1](https://github.com/rapyuta-robotics/rapyuta-io-cli/compare/v0.3.0...v0.3.1) (2022-03-29)
218

319

riocli/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
__version__ = "0.3.1"
16+
__version__ = "0.4.0"
1717

1818
import click
1919
import rapyuta_io.version

0 commit comments

Comments
 (0)