Release procedure
This commit is contained in:
parent
16df7dc1e8
commit
06f813c203
2 changed files with 4 additions and 2 deletions
|
|
@ -3,6 +3,8 @@
|
|||
This is the rolling changelog for TShock for Terraria. Use past tense when adding new entries; sign your name off when you add or change something. This should primarily be things like user changes, not necessarily codebase changes unless it's really relevant or large.
|
||||
|
||||
## Upcoming Changes
|
||||
|
||||
## TShock 4.3.22
|
||||
* Compatibility with Terraria 1.3.4.4
|
||||
* API: Version tick 2.0
|
||||
* API: Reduced RAM usage by ~80MB (Large server) (@deathcradle)
|
||||
|
|
|
|||
|
|
@ -53,5 +53,5 @@ using System.Runtime.InteropServices;
|
|||
// Also, be sure to release on github with the exact assembly version tag as below
|
||||
// so that the update manager works correctly (via the Github releases api and mimic)
|
||||
|
||||
[assembly: AssemblyVersion("4.3.21")]
|
||||
[assembly: AssemblyFileVersion("4.3.21")]
|
||||
[assembly: AssemblyVersion("4.3.22")]
|
||||
[assembly: AssemblyFileVersion("4.3.22")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue