Skip to content

Commit d813f03

Browse files
committed
Bump to 2.12.1, update changelog
1 parent e320993 commit d813f03

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

Changelog.md

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

3-
### 2.12.0 (2023-05-??)
3+
### 2.12.1 (2024-05-22)
4+
* Convert new single-digit Unity versions (6+) to the internal four-digit one (6000+)
5+
* More strict version parsing, preventing arguments being misinterpreted as versions
6+
* Reduce cases where help isn't printed when requested because argument parsing failed
7+
* Version now includes Git commit hash when using `-v`
8+
* Fix "unity" editor package not selected by default
9+
* Fix some early errors not being colored, because `$CLICOLORS` was checked later
10+
* Fix "New major Unity versions" being shown in the overview when already installed
11+
* Update to .Net 8, use AOT compilation
12+
13+
### 2.12.0 (2023-05-13)
414
* Use Unity's official Release API to get release and package information
515
* Releases should appear quicker when Unity is slow to update their archive webpage
616
* Can directly request information of a specific Unity version from the API

Command/Command.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup Label="Package">
13-
<Version>2.12.0</Version>
13+
<Version>2.12.1</Version>
1414
<Authors>Adrian Stutz (sttz.ch)</Authors>
1515
<Product>install-unity CLI</Product>
1616
<Description>CLI for install-unity unofficial Unity installer library</Description>

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The project will use Unity's default setup, including packages. Alternatively, y
114114
## CLI Help
115115

116116
````
117-
install-unity v2.12.0
117+
install-unity v2.12.1
118118
119119
USAGE: install-unity [--help] [--version] [--verbose...] [--yes] [--update]
120120
[--clear-cache] [--data-path <path>]

sttz.InstallUnity/sttz.InstallUnity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<PropertyGroup Label="Package">
11-
<Version>2.12.0</Version>
11+
<Version>2.12.1</Version>
1212
<Authors>Adrian Stutz (sttz.ch)</Authors>
1313
<Product>install-unity</Product>
1414
<Description>install-unity unofficial Unity installer library</Description>

0 commit comments

Comments
 (0)