From 79fbc96780dc91376a1475b1d501924ea674f6db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20M=C3=B8llegaard?= Date: Sun, 10 Jan 2021 11:53:04 +0100 Subject: [PATCH] Release 0.4.0 --- CHANGELOG.md | 5 ++++- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e89ce446..8dd959ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog ## Next version -[Full Changelog](https://github.com/dennis/slipstream/compare/v0.3.0...main) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.4.0...main) + +## [0.4.0](https://github.com/dennis/slipstream/releases/tag/v0.3.0) (2020-01-10) +[Full Changelog](https://github.com/dennis/slipstream/compare/v0.3.0...v0.4.0) - Lua: Deduplicate identical events. If one or more scripts sends the same event on the eventbus during start, they will be deduplicated. This means, that we avoid having the same response to the same command repeated several diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 8166d2bb..045e394c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersionAttribute("0.3.0")] +[assembly: AssemblyInformationalVersionAttribute("0.4.0")]