Skip to content

Commit

Permalink
Bump version: 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Oct 7, 2021
1 parent a3ed803 commit 9e5b6ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 9e5b6ae

Please sign in to comment.