Skip to content

Commit

Permalink
v2.1.0 🚀🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
robinnorth committed Aug 24, 2021
1 parent 1d9334d commit 134c461
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
<!-- ## [Unreleased] -->

## [2.1.0] - 2021-08-24

### Added

Expand Down Expand Up @@ -61,7 +63,8 @@ This release includes all [previous commits][1.0.0] to the project, plus:

- `OverrideDefines` action no longer ignore pre build defines. [PR #17](https://github.com/superunitybuild/buildactions/pull/17)

[unreleased]: https://github.com/superunitybuild/buildactions/compare/v2.0.0...HEAD
[unreleased]: https://github.com/superunitybuild/buildactions/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/superunitybuild/buildactions/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/superunitybuild/buildactions/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/superunitybuild/buildactions/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/superunitybuild/buildactions/compare/v1.1.0...v1.2.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.github.superunitybuild.buildactions",
"displayName": "SuperUnityBuild BuildActions",
"version": "2.0.0",
"version": "2.1.0",
"unity": "2019.1",
"description": "BuildActions are one of the key components that make the SuperUnityBuild build automation tool flexible and powerful. Each one extends the capabilities of SuperUnityBuild and can be easily setup and customized to suit your needs",
"type": "library",
"dependencies": {
"com.github.superunitybuild.buildtool": "2.0.0"
"com.github.superunitybuild.buildtool": "2.1.0"
}
}
}

0 comments on commit 134c461

Please sign in to comment.