Skip to content

Commit f05ea7d

Browse files
committed
5.0-beta7 Release Prep
1 parent d966d1b commit f05ea7d

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGES.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
--------------------
2-
5.0-beta6
2+
5.0-beta7
33
--------------------
44

55
See https://github.com/premake/premake-core/wiki/What's-New-in-5.0
66
for the complete list of changes from the Premake 4.x series.
77

8+
Since 5.0-beta6:
9+
* PR #2455 Added premake manager extension to extensions.md (@lolrobbe2)
10+
* PR #2458 Fix optimize('Debug') for xcode project generator (@artamonovoleg)
11+
* PR #2459 Remove legacy page for third party usages implementation (@nickclark2016)
12+
* PR #2460 Add basic support for tvOS (@sbeca)
13+
* PR #2461 Fix vs200x_vcproj to properly handle NoManifest (@NishiOwO)
14+
* PR #2464 Fix targetdir and objdir for Linux and Android (@redorav)
15+
* PR #2471 Support powerpc (@barracuda156)
16+
* PR #2474 Update zlib dependency to 1.3.1 (@nickclark2016)
17+
* PR #2475 Separates the functionality for bundle and binary extensions (@nickclark2016)
18+
* PR #2476 Handle `structmemberalign` for non-visual studio actions (@Jarod42)
19+
* PR #2480 Added ARM build for MacOSX, added more artifacts (@nickclark2016)
20+
* PR #2482 Bump vmactions/solaris-vm from 1.1.3 to 1.1.4 in the github-actions group (@dependabot)
21+
* PR #2483 Fix git tagged builds (@nickclark2016)
22+
823
Since 5.0-beta5:
924
* PR #2405 Use git to retrieve version instead of manually change `PREMAKE_VERSION`. (@Jarod42)
1025
* PR #2432 Usages and Uses API (@nickclark2016)

website/src/pages/download.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Column, Container, Row } from '../components/Grid';
66
import Sponsors from '../components/Sponsors';
77

88

9-
const LATEST_VERSION = '5.0.0-beta6';
9+
const LATEST_VERSION = '5.0.0-beta7';
1010

1111

1212
const DownloadLink = ({ arch }) => {

0 commit comments

Comments
 (0)