Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Jan 10, 2021
1 parent 577134b commit 79fbc96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 79fbc96

Please sign in to comment.