Skip to content

Commit 40b10f0

Browse files
committed
Version: 271.1.0
1 parent 5885549 commit 40b10f0

2 files changed

Lines changed: 20 additions & 5 deletions

File tree

MSBuild/Robust.Engine.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Project>
22
<!-- This file automatically reset by Tools/version.py -->
3-
<PropertyGroup><Version>271.0.0</Version></PropertyGroup>
3+
<PropertyGroup><Version>271.1.0</Version></PropertyGroup>
44
</Project>

RELEASE-NOTES.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,37 @@ END TEMPLATE-->
3939

4040
### New features
4141

42-
* Added `AnimationStartedEvent` and `Control.AnimationStarted` events.
42+
*None yet*
4343

4444
### Bugfixes
4545

46-
* Fixed the new transfer system not working.
47-
* Fixed `NetManager` client state not getting reset properly when disconnected without call to `ClientDisconnect()`.
46+
*None yet*
4847

4948
### Other
5049

51-
* The `launchauth` command now displays completions.
50+
*None yet*
5251

5352
### Internal
5453

5554
*None yet*
5655

5756

57+
## 271.1.0
58+
59+
### New features
60+
61+
* Added `AnimationStartedEvent` and `Control.AnimationStarted` events.
62+
63+
### Bugfixes
64+
65+
* Fixed the new transfer system not working.
66+
* Fixed `NetManager` client state not getting reset properly when disconnected without call to `ClientDisconnect()`.
67+
68+
### Other
69+
70+
* The `launchauth` command now displays completions.
71+
72+
5873
## 271.0.0
5974

6075
### Breaking changes

0 commit comments

Comments
 (0)