Skip to content

Commit bd1ddd1

Browse files
committed
v5.0.3 🚀🎉
1 parent e0ade1c commit bd1ddd1

File tree

2 files changed

+7
-4
lines changed

2 files changed

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

1012
### Fixed
1113

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

200-
[unreleased]: https://github.com/superunitybuild/buildtool/compare/v5.0.2...HEAD
202+
[unreleased]: https://github.com/superunitybuild/buildtool/compare/v5.0.3...HEAD
203+
[5.0.3]: https://github.com/superunitybuild/buildtool/compare/v5.0.2...v5.0.3
201204
[5.0.2]: https://github.com/superunitybuild/buildtool/compare/v5.0.1...v5.0.2
202205
[5.0.1]: https://github.com/superunitybuild/buildtool/compare/v5.0.0...v5.0.1
203206
[5.0.0]: https://github.com/superunitybuild/buildtool/compare/v4.0.1...v5.0.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.github.superunitybuild.buildtool",
33
"displayName": "SuperUnityBuild",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
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",
88
"type": "tool"
9-
}
9+
}

0 commit comments

Comments
 (0)