Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #210 from Zhangyr2022/main
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
Zhangyr2022 authored May 21, 2024
2 parents 585a1d5 + e6ef936 commit bfe155d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2024-05-21

### Added

- Add back button and button to show obstacle boundaries in client.

### Fixed

- Bugs in record loading in client.

## [2.2.0] - 2024-05-20

### Changed
Expand Down Expand Up @@ -266,6 +276,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Nothing.


[2.3.0]: https://github.com/thuasta/thuai-7/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/thuasta/thuai-7/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/thuasta/thuai-7/compare/v2.0.5...v2.1.0
[2.0.5]: https://github.com/thuasta/thuai-7/compare/v2.0.4...v2.0.5
Expand Down
2 changes: 1 addition & 1 deletion client/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0
bundleVersion: 2.2.0
bundleVersion: 2.3.0
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down
2 changes: 1 addition & 1 deletion server/src/GameServer/GameServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>2.2.0</Version>
<Version>2.3.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bfe155d

Please sign in to comment.