Skip to content

Commit c7e3945

Browse files
committed
Release v1.1.1
1 parent cb83114 commit c7e3945

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
## Next
22

3+
## 1.1.1 (2021-08-11)
4+
35
* Support Rebuild ModBuddy target
4-
* Improvements and fixes to asset cooking functionality
6+
* Internal improvements and fixes to asset cooking functionality
57
* Support projects with spaces in path (#55)
68
* Fix cryptic error about `SteamPublishID` for some projects (#56)
9+
* Fail the build in case cooking cleanup fails, preventing silent SDK corruption (#54)
10+
* Properly rewrite error messages originating from `IncludeSrc`-ed files (#45)
11+
712

813
## 1.1.0 (2021-06-15)
914

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Open a command line prompt (cmd or powershell, does not matter) in the `[modRoot
2929
your working tree is clean and run the following command:
3030

3131
```
32-
git subtree add --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.1.0 --squash
32+
git subtree add --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.1.1 --squash
3333
```
3434

3535
### Your mod does not use git
@@ -189,7 +189,7 @@ If you don't use git, simply download the new version and overwrite the old file
189189
If you use git, run the same command as before, replacing `add` with `pull`:
190190

191191
```
192-
git subtree pull --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.1.0 --squash
192+
git subtree pull --prefix .scripts/X2ModBuildCommon https://github.com/X2CommunityCore/X2ModBuildCommon v1.1.1 --squash
193193
```
194194

195195
# Configuration options

0 commit comments

Comments
 (0)