Skip to content

Commit

Permalink
bump version to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Mar 15, 2024
1 parent 749ebe9 commit d7e2464
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"MAJOR":0,
"MINOR":9,
"PATCH":9,
"PATCH":10,
"BUILD":0
},
"KSP_VERSION":
Expand Down
6 changes: 3 additions & 3 deletions Source/RocketSoundEnhancement/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("0.9.9.*")]
[assembly: AssemblyInformationalVersion("0.9.9")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 9)]
[assembly: AssemblyVersion("0.9.10.*")]
[assembly: AssemblyInformationalVersion("0.9.10")]
[assembly: KSPAssembly("RocketSoundEnhancement", 0, 9, 10)]
[assembly: KSPAssemblyDependency("RocketSoundEnhancement.Unity", 1, 0)]
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# [0.9.10] - 03-15-24
- Fixed NRE spam when a vessel is unloaded quickly after being loaded (often when crashing into terrain)
- Massively reduce the memory impact of the comb filter

# [0.9.9] - 03-05-24
- Improved memory leak/exception spam fix when vessels are unloaded

Expand Down

0 comments on commit d7e2464

Please sign in to comment.