Skip to content

Commit

Permalink
Release 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Sep 26, 2022
1 parent 77f2d9a commit 08ee51f
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Beefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ BEE_PLUGINS=(entitas)
DESPERATEDEVS_DIR=../DesperateDevs/build/src
ENTITAS_NUGET_LOCAL=~/.nuget/local

SEMVER_PATH="${BEE_PROJECT}/${BEE_PROJECT}"/version.txt
SEMVER_PATH="src/${BEE_PROJECT}/src/version.txt"
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
## [1.14.1] - 2022-09-26

### Entitas
- Add `[ThreadStaticAtribute]` at static fields for multi-threaded game servers #919

### Entitas.CodeGeneration.Plugins
- Revert "Remove CodeDom" to support reserved C# keywords in component names #1032
- Update jenny standalone checks to test for `Jenny.Generator.Cli` namespace

### Entitas.VisualDebugging.Unity
- Fix entities order in visual debugging #1027
- Create `Entitas.properties` with all required keys #1031
- Set default systemWarningThreshold if `Entitas.properties` doesn't exists #1031

### Entitas.VisualDebugging.CodeGeneration.Plugins
- Prevent #963: Extend generator with adding debug log of exception when registering observers

### DesperateDevs
- See [CHANGELOG.md](https://github.com/sschmid/DesperateDevs/blob/main/CHANGELOG.md#2022-09-26)

### Other
- Move projects from `Addons` to `src` folder
- Remove top-level folder in projects
- Convert concatenation to interpolation
- Migrate unit tests from nspec to xunit
- Remove travis.yml
- Remove old Tests project
- Remove PerformanceTests
- Move Entitas.VisualDebugging.* to Entitas.Unity solution folder
- Add `Entitas.CodeGeneration.Program` project
- Apply formatting and syntax updates to Entitas
- Update Desperate Devs packages
- Update packages

### bee
- Upgrade to bee 1.2.0
- Add `entitas::new`
- Add `entitas::new_benchmark`
- Add `entitas::nuget`
- Add `entitas::nuget_local`
- Add `entitas::publish`

## [1.14.0] - 2022-09-02

### Notes
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageTags>Entitas, ECS, Entity, Component, System, DesperateDevs, Desperate, Devs</PackageTags>
<RepositoryUrl>https://github.com/sschmid/Entitas</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageVersion>1.14.0</PackageVersion>
<PackageVersion>1.14.1</PackageVersion>
</PropertyGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Entitas/src/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.14.1

0 comments on commit 08ee51f

Please sign in to comment.