Skip to content

Commit 18fd7c1

Browse files
committed
v5.0.4 🚀🎉
1 parent 243d134 commit 18fd7c1

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.4] - 2022-02-03
911

1012
### Fixed
1113

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

206-
[unreleased]: https://github.com/superunitybuild/buildtool/compare/v5.0.3...HEAD
208+
[unreleased]: https://github.com/superunitybuild/buildtool/compare/v5.0.4...HEAD
209+
[5.0.4]: https://github.com/superunitybuild/buildtool/compare/v5.0.3...v5.0.4
207210
[5.0.3]: https://github.com/superunitybuild/buildtool/compare/v5.0.2...v5.0.3
208211
[5.0.2]: https://github.com/superunitybuild/buildtool/compare/v5.0.1...v5.0.2
209212
[5.0.1]: https://github.com/superunitybuild/buildtool/compare/v5.0.0...v5.0.1

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": "5.0.3",
4+
"version": "5.0.4",
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)