Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit e904d54

Browse files
chore(release): 2.0.0-pre.2 [skip ci]
# [2.0.0-pre.2](v2.0.0-pre.1...v2.0.0-pre.2) (2021-04-03) ### Bug Fixes * 🐛 Fix minimal unity version ([ea8b0f7](ea8b0f7)) ### BREAKING CHANGES * Minimum unity version has changed
1 parent ea8b0f7 commit e904d54

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Packages/com.careboo.burst-delegates/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this package will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
# [2.0.0-pre.2](https://github.com/CareBoo/Burst.Delegates/compare/v2.0.0-pre.1...v2.0.0-pre.2) (2021-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* :bug: Fix minimal unity version ([ea8b0f7](https://github.com/CareBoo/Burst.Delegates/commit/ea8b0f7fd8ae7039c761be895f47bff0ec66e242))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Minimum unity version has changed
17+
618
# [2.0.0-pre.1](https://github.com/CareBoo/Burst.Delegates/compare/v1.2.0...v2.0.0-pre.1) (2021-04-03)
719

820

Packages/com.careboo.burst-delegates/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.burst-delegates",
33
"displayName": "Burst.Delegates",
4-
"version": "2.0.0-pre.1",
4+
"version": "2.0.0-pre.2",
55
"unity": "2021.2",
66
"description": "Burst supported delegates for functional-style jobs.\n\nIncludes:\n- Action and Func interface for defining APIs\n- ValueAction and ValueFunc for implementing IAction and IFunc interfaces with structs\n- BurstAction and BurstFunc which is a generic-supported wrapper around FunctionPointer",
77
"dependencies": {
@@ -13,4 +13,4 @@
1313
"repository": "https://github.com/CareBoo/Burst.Delegates",
1414
"type": "library",
1515
"unityRelease": "0a11"
16-
}
16+
}

0 commit comments

Comments
 (0)