Skip to content

Commit

Permalink
Bump version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Aug 4, 2021
1 parent 9f3b088 commit cfd226a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.7.0...main)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.8.0...main)

## [0.8.0](https://github.com/dennis/slipstream/releases/tag/v0.8.0) (2021-08-04)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.7.0...v0.8.0)
- IRacing: Adds pit-stop lua functions: pit_clear_all(), pit_clear_tyres(),
pit_fast_repair(), pit_add_fuel(), pit_change_(left|right)_(front|rear)_tyre()
and pit_clean_windshield()
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.7.0")]
[assembly: AssemblyFileVersion("0.7.0")]
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: InternalsVisibleTo("Slipstream.UnitTests")]

0 comments on commit cfd226a

Please sign in to comment.