Skip to content

Commit 4ce720c

Browse files
committed
v5.0.0 🚀🎉
1 parent 7a08e74 commit 4ce720c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
<!-- ## [Unreleased] -->
9+
10+
## [5.0.0] - 2021-11-19
911

1012
### Added
1113

@@ -177,7 +179,8 @@ This release includes all changes from 1.0.0 pre-releases ([1.0.0-pre.1](#100-pr
177179
- Fixed issue in Linux build name moving `binaryName` to `BuildArchitecture`. [PR #41](https://github.com/superunitybuild/buildtool/pull/41)
178180
- Fixed an issue where custom defines were overwrite when build was finished. [Issue #36](https://github.com/superunitybuild/buildtool/issues/36)
179181

180-
[unreleased]: https://github.com/superunitybuild/buildtool/compare/v4.0.1...HEAD
182+
[unreleased]: https://github.com/superunitybuild/buildtool/compare/v5.0.0...HEAD
183+
[5.0.0]: https://github.com/superunitybuild/buildtool/compare/v4.0.1...v4.0.0
181184
[4.0.1]: https://github.com/superunitybuild/buildtool/compare/v4.0.0...v4.0.1
182185
[4.0.0]: https://github.com/superunitybuild/buildtool/compare/v3.0.0...v4.0.0
183186
[3.0.0]: https://github.com/superunitybuild/buildtool/compare/v2.2.0...v3.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.github.superunitybuild.buildtool",
33
"displayName": "SuperUnityBuild",
4-
"version": "4.0.1",
4+
"version": "5.0.0",
55
"unity": "2019.1",
66
"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.",
77
"documentationUrl": "https://github.com/superunitybuild/buildtool/wiki",

0 commit comments

Comments
 (0)