diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eeae3f0..1a656fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Next version -[Full Changelog](https://github.com/dennis/slipstream/compare/v0.9.0...main) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.10.0...main) + +## [0.10.0](https://github.com/dennis/slipstream/releases/tag/v0.10.0) (2021-10-07) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.9.0...v0.10.0) - AudioComponent improved: Now removes any pending say/play commands if sender is removed (eg. script deleted or reloaded) - Bugfix: Clear delayed functions (debounce and wait) on script restart @@ -13,6 +16,7 @@ via the event. Also adds `generate_json(luaTable)` to generate json string from a Lua table. - Bugfix: WinFormUI wouldn't always pick up creation events, while it was initializing it's window. + - Bugfix: Auto-create "Scripts" directory if missing ## [0.9.0](https://github.com/dennis/slipstream/releases/tag/v0.9.0) (2021-08-21) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 4633471c..507f13f6 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.9.0")] -[assembly: AssemblyFileVersion("0.9.0")] +[assembly: AssemblyVersion("0.10.0")] +[assembly: AssemblyFileVersion("0.10.0")] [assembly: InternalsVisibleTo("Slipstream.UnitTests")] \ No newline at end of file