Skip to content

Commit 08ee51f

Browse files
committed
Release 1.14.1
1 parent 77f2d9a commit 08ee51f

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

Beefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ BEE_PLUGINS=(entitas)
88
DESPERATEDEVS_DIR=../DesperateDevs/build/src
99
ENTITAS_NUGET_LOCAL=~/.nuget/local
1010

11-
SEMVER_PATH="${BEE_PROJECT}/${BEE_PROJECT}"/version.txt
11+
SEMVER_PATH="src/${BEE_PROJECT}/src/version.txt"

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## [1.14.1] - 2022-09-26
2+
3+
### Entitas
4+
- Add `[ThreadStaticAtribute]` at static fields for multi-threaded game servers #919
5+
6+
### Entitas.CodeGeneration.Plugins
7+
- Revert "Remove CodeDom" to support reserved C# keywords in component names #1032
8+
- Update jenny standalone checks to test for `Jenny.Generator.Cli` namespace
9+
10+
### Entitas.VisualDebugging.Unity
11+
- Fix entities order in visual debugging #1027
12+
- Create `Entitas.properties` with all required keys #1031
13+
- Set default systemWarningThreshold if `Entitas.properties` doesn't exists #1031
14+
15+
### Entitas.VisualDebugging.CodeGeneration.Plugins
16+
- Prevent #963: Extend generator with adding debug log of exception when registering observers
17+
18+
### DesperateDevs
19+
- See [CHANGELOG.md](https://github.com/sschmid/DesperateDevs/blob/main/CHANGELOG.md#2022-09-26)
20+
21+
### Other
22+
- Move projects from `Addons` to `src` folder
23+
- Remove top-level folder in projects
24+
- Convert concatenation to interpolation
25+
- Migrate unit tests from nspec to xunit
26+
- Remove travis.yml
27+
- Remove old Tests project
28+
- Remove PerformanceTests
29+
- Move Entitas.VisualDebugging.* to Entitas.Unity solution folder
30+
- Add `Entitas.CodeGeneration.Program` project
31+
- Apply formatting and syntax updates to Entitas
32+
- Update Desperate Devs packages
33+
- Update packages
34+
35+
### bee
36+
- Upgrade to bee 1.2.0
37+
- Add `entitas::new`
38+
- Add `entitas::new_benchmark`
39+
- Add `entitas::nuget`
40+
- Add `entitas::nuget_local`
41+
- Add `entitas::publish`
42+
143
## [1.14.0] - 2022-09-02
244

345
### Notes

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageTags>Entitas, ECS, Entity, Component, System, DesperateDevs, Desperate, Devs</PackageTags>
1212
<RepositoryUrl>https://github.com/sschmid/Entitas</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
14-
<PackageVersion>1.14.0</PackageVersion>
14+
<PackageVersion>1.14.1</PackageVersion>
1515
</PropertyGroup>
1616

1717
</Project>

src/Entitas/src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.14.1

0 commit comments

Comments
 (0)