Skip to content

Commit

Permalink
Merge pull request #46 from toppers/release-v1.1.4
Browse files Browse the repository at this point in the history
add v1.1.4
  • Loading branch information
s-hosoai authored Nov 25, 2022
2 parents 17367a2 + c7793d8 commit f5e7152
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Please execute under the Windows file system (under `/mnt/c/`), not under the WS

### Clone this repository

The latest version is **v1.1.3**.
The latest version is **v1.1.4**.
See also "[version information/update history](/appendix/version.md)" (the version number corresponds to [tag/release in Git/GitHub](https://github.com/toppers/hakoniwa-ros2sim/releases) and [Docker Hub tag number](https://hub.docker.com/r/toppersjp/hakoniwa-ros2sim/tags).

Clone this repository with the following command in the terminal.

```
git clone --recursive -b v1.1.3 https://github.com/toppers/hakoniwa-ros2sim.git
git clone --recursive -b v1.1.4 https://github.com/toppers/hakoniwa-ros2sim.git
```

### Install Docker Engine
Expand Down
4 changes: 2 additions & 2 deletions README_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Windows 環境では,操作は全てWSL2/Linuxのシェル上で行います

### 本リポジトリのclone

現在の最新版は **v1.1.3** です.
現在の最新版は **v1.1.4** です.
[バージョン情報・更新履歴](/appendix/version.md)」も参照してください(バージョン番号は[Git/GitHubのtag/release](https://github.com/toppers/hakoniwa-ros2sim/releases)および[Docker Hubのtag番号](https://hub.docker.com/r/toppersjp/hakoniwa-ros2sim/tags)に対応しています)

ターミナルで下記を実行して本リポジトリをcloneしてください.

```
git clone --recursive -b v1.1.3 https://github.com/toppers/hakoniwa-ros2sim.git
git clone --recursive -b v1.1.4 https://github.com/toppers/hakoniwa-ros2sim.git
```

### Docker 環境
Expand Down
2 changes: 1 addition & 1 deletion appendix/latest_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.3
v1.1.4
5 changes: 5 additions & 0 deletions appendix/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ Each version number is updated according to the following rules.

## Update History

### v1.1.4 @ 2022/11/25

* Fix json files by by s-hosoai in https://github.com/toppers/hakoniwa-ros2sim/pull/45
* mod instruction to install docker by the script onto hakoniwa-single_robot repository by @takasehideki in https://github.com/toppers/hakoniwa-ros2sim/pull/44

### v1.1.3 @ 2022/10/03

* add hakoniwa proxy for ros2 by @tmori in https://github.com/toppers/hakoniwa-ros2sim/pull/34
Expand Down
4 changes: 4 additions & 0 deletions appendix/version_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
- ドキュメントの更新 など

## 更新履歴
### v1.1.4 @ 2022/11/25

* Fix json files by by s-hosoai in https://github.com/toppers/hakoniwa-ros2sim/pull/45
* mod instruction to install docker by the script onto hakoniwa-single_robot repository by @takasehideki in https://github.com/toppers/hakoniwa-ros2sim/pull/44

### v1.1.3 @ 2022/10/03

Expand Down

0 comments on commit f5e7152

Please sign in to comment.