5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:39:07 +08:00
This commit is contained in:
Lea Anthony 2023-12-10 10:25:14 +11:00
parent e3af0945d0
commit a632ac5068
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405
2 changed files with 6 additions and 1 deletions

View File

@ -1 +1 @@
v2.7.0
v2.7.1

View File

@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Segfault in `wails doctor` when GPU device information is not provided. Thanks to [@atterpac](https://github.com/atterpac) for the fix ([#3108](https://github.com/wailsapp/wails/pull/3108)).
- Fixed building on macOS 11. Updated other build guards. Fixed in [#3111](https://github.com/wailsapp/wails/pull/3108) by [@leaanthony](https://github.com/leaanthony).
### Changed
- Go 1.20 is now the minimum supported Go version.
## v2.7.0 - 2023-12-09