From 94345df6ceb85919acf7a51058d23a9fd460a199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Tue, 14 Jul 2020 08:08:08 +0200 Subject: [PATCH] chore(release): v0.4.0 --- CHANGELOG.md | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2fee56..8cbcdd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] -- Fixed a bug on Solaris where copying archives failed. +## [0.4.0] - 2020-07-14 + +### Added - Added support for passing arbitrary architectures to Xcode builds, enables `arm64` builds. +### Fixed +- Fixed a bug on Solaris where copying archives failed. + ## [0.3.0] - 2020-06-06 ### Added @@ -29,7 +34,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This is the first release of this project, based on https://chromium.googlesource.com/external/gyp with changes made over the years in Node.js and node-gyp. -[Unreleased]: https://github.com/nodejs/gyp-next/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/nodejs/gyp-next/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/nodejs/gyp-next/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/nodejs/gyp-next/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/nodejs/gyp-next/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/nodejs/gyp-next/releases/tag/v0.2.0 diff --git a/setup.py b/setup.py index e5c30eb1..0f75a99b 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name="gyp-next", - version="0.3.0", + version="0.4.0", description="A fork of the GYP build system for use in the Node.js projects", long_description=long_description, long_description_content_type="text/markdown",