Skip to content

Commit f5e7152

Browse files
authored
Merge pull request #46 from toppers/release-v1.1.4
add v1.1.4
2 parents 17367a2 + c7793d8 commit f5e7152

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Please execute under the Windows file system (under `/mnt/c/`), not under the WS
2020

2121
### Clone this repository
2222

23-
The latest version is **v1.1.3**.
23+
The latest version is **v1.1.4**.
2424
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).
2525

2626
Clone this repository with the following command in the terminal.
2727

2828
```
29-
git clone --recursive -b v1.1.3 https://github.com/toppers/hakoniwa-ros2sim.git
29+
git clone --recursive -b v1.1.4 https://github.com/toppers/hakoniwa-ros2sim.git
3030
```
3131

3232
### Install Docker Engine

README_jp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Windows 環境では,操作は全てWSL2/Linuxのシェル上で行います
2020

2121
### 本リポジトリのclone
2222

23-
現在の最新版は **v1.1.3** です.
23+
現在の最新版は **v1.1.4** です.
2424
[バージョン情報・更新履歴](/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)に対応しています)
2525

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

2828
```
29-
git clone --recursive -b v1.1.3 https://github.com/toppers/hakoniwa-ros2sim.git
29+
git clone --recursive -b v1.1.4 https://github.com/toppers/hakoniwa-ros2sim.git
3030
```
3131

3232
### Docker 環境

appendix/latest_version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.3
1+
v1.1.4

appendix/version.md

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ Each version number is updated according to the following rules.
2323

2424
## Update History
2525

26+
### v1.1.4 @ 2022/11/25
27+
28+
* Fix json files by by s-hosoai in https://github.com/toppers/hakoniwa-ros2sim/pull/45
29+
* mod instruction to install docker by the script onto hakoniwa-single_robot repository by @takasehideki in https://github.com/toppers/hakoniwa-ros2sim/pull/44
30+
2631
### v1.1.3 @ 2022/10/03
2732

2833
* add hakoniwa proxy for ros2 by @tmori in https://github.com/toppers/hakoniwa-ros2sim/pull/34

appendix/version_jp.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
- ドキュメントの更新 など
2121

2222
## 更新履歴
23+
### v1.1.4 @ 2022/11/25
24+
25+
* Fix json files by by s-hosoai in https://github.com/toppers/hakoniwa-ros2sim/pull/45
26+
* mod instruction to install docker by the script onto hakoniwa-single_robot repository by @takasehideki in https://github.com/toppers/hakoniwa-ros2sim/pull/44
2327

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

0 commit comments

Comments
 (0)