From 4ce720c862ccf782104fd40e870ee352692fc740 Mon Sep 17 00:00:00 2001 From: Robin North Date: Wed, 24 Nov 2021 17:03:56 +0000 Subject: [PATCH] =?UTF-8?q?v5.0.0=20=F0=9F=9A=80=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af23130..007d10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + + +## [5.0.0] - 2021-11-19 ### Added @@ -177,7 +179,8 @@ This release includes all changes from 1.0.0 pre-releases ([1.0.0-pre.1](#100-pr - Fixed issue in Linux build name moving `binaryName` to `BuildArchitecture`. [PR #41](https://github.com/superunitybuild/buildtool/pull/41) - Fixed an issue where custom defines were overwrite when build was finished. [Issue #36](https://github.com/superunitybuild/buildtool/issues/36) -[unreleased]: https://github.com/superunitybuild/buildtool/compare/v4.0.1...HEAD +[unreleased]: https://github.com/superunitybuild/buildtool/compare/v5.0.0...HEAD +[5.0.0]: https://github.com/superunitybuild/buildtool/compare/v4.0.1...v4.0.0 [4.0.1]: https://github.com/superunitybuild/buildtool/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/superunitybuild/buildtool/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/superunitybuild/buildtool/compare/v2.2.0...v3.0.0 diff --git a/package.json b/package.json index a292ead..7680cdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.github.superunitybuild.buildtool", "displayName": "SuperUnityBuild", - "version": "4.0.1", + "version": "5.0.0", "unity": "2019.1", "description": "SuperUnityBuild is a Unity utility that automates the process of generating builds. It's easy and quick enough to use on small apps, but it's also powerful and extensible enough to be extremely useful on larger projects. The key to this flexibility lies in SuperUnityBuild's configurable degrees of granularity and its BuildActions framework which allows additional operations to be added into the build process.", "documentationUrl": "https://github.com/superunitybuild/buildtool/wiki",