Skip to content

Commit

Permalink
v5.0.1 馃殌馃帀
Browse files Browse the repository at this point in the history
  • Loading branch information
robinnorth committed Nov 25, 2021
1 parent e28630e commit 7f6805e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ 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]
<!-- ## [Unreleased] -->

## [5.0.1] - 2021-11-25

### Changed

- Improved appearance of long UI button labels

## [5.0.0] - 2021-11-19
## [5.0.0] - 2021-11-24

### Added

Expand Down Expand Up @@ -183,8 +185,9 @@ 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/v5.0.0...HEAD
[5.0.0]: https://github.com/superunitybuild/buildtool/compare/v4.0.1...v4.0.0
[unreleased]: https://github.com/superunitybuild/buildtool/compare/v5.0.1...HEAD
[5.0.1]: https://github.com/superunitybuild/buildtool/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/superunitybuild/buildtool/compare/v4.0.1...v5.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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.github.superunitybuild.buildtool",
"displayName": "SuperUnityBuild",
"version": "5.0.0",
"version": "5.0.1",
"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",
Expand Down

0 comments on commit 7f6805e

Please sign in to comment.