Skip to content

Commit

Permalink
Changed: Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-seyfert committed May 18, 2023
1 parent e8ff243 commit de64389
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

## [Unreleased]

## [1.8.1] - 2023-05-18

### Fixed

- Remove comment to get the missing Sleep function back.

## [1.8.0] - 2023-05-16

### Changed
Expand Down Expand Up @@ -89,7 +95,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

- AutoIt Code formatting to the common notation without additional spaces after opened brackets and before closed brackets.

[Unreleased]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.8.0...HEAD
[Unreleased]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.8.1...HEAD
[1.8.1]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.5.0...v1.6.0
Expand All @@ -113,4 +120,4 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

##

[To the top](#)
[To the top](#)
Binary file modified build/Au3LogFramework.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/AutoIt/Example.au3
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; compiler information for AutoIt
#pragma compile(CompanyName, © SOLVE SMART)
#pragma compile(FileVersion, 1.8.0)
#pragma compile(FileVersion, 1.8.1)
#pragma compile(LegalCopyright, © Sven Seyfert)
#pragma compile(ProductName, Example)
#pragma compile(ProductVersion, 1.8.0 - 2023-05-16)
#pragma compile(ProductVersion, 1.8.1 - 2023-05-18)

#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Icon=..\..\media\icons\favicon.ico
Expand Down
Binary file modified examples/AutoIt/Example.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Main.au3
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; compiler information for AutoIt
#pragma compile(CompanyName, © SOLVE SMART)
#pragma compile(FileVersion, 1.8.0)
#pragma compile(FileVersion, 1.8.1)
#pragma compile(LegalCopyright, © Sven Seyfert)
#pragma compile(ProductName, Au3LogFramework)
#pragma compile(ProductVersion, 1.8.0 - 2023-05-16)
#pragma compile(ProductVersion, 1.8.1 - 2023-05-18)

#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Icon=..\media\icons\favicon.ico
Expand Down

0 comments on commit de64389

Please sign in to comment.