Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed May 15, 2021
1 parent 21070e6 commit 1582181
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## Next version
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.6.0...main)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.7.0...main)

## [0.7.0](https://github.com/dennis/slipstream/releases/tag/v0.7.0) (2021-04-30)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.6.0...v0.7.0)
- BREAKING CHANGE: Rearchitects how Slipstream exposes features to Lua. New init.lua required!
For more information look at commit 21070e613ac46950b7d1a8465e22f85b5355865f

## [0.6.0](https://github.com/dennis/slipstream/releases/tag/v0.6.0) (2021-04-30)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.5.0...v0.6.0)
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Slipstream")]
[assembly: AssemblyProduct("Slipstream")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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.6.0")]
[assembly: AssemblyFileVersion("0.6.0")]
[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: InternalsVisibleTo("Slipstream.UnitTests")]

0 comments on commit 1582181

Please sign in to comment.