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

Commit 36e4c26

Browse files
chore(release): 2.0.0-pre.6 [skip ci]
# [2.0.0-pre.6](v2.0.0-pre.5...v2.0.0-pre.6) (2021-04-26) ### Features * ✨ Add partial application to Value Delegates ([6d16ffe](6d16ffe)) ### BREAKING CHANGES * Move compile from Burst delegates to Value delegates
1 parent 8ab194f commit 36e4c26

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
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.6](https://github.com/CareBoo/Burst.Delegates/compare/v2.0.0-pre.5...v2.0.0-pre.6) (2021-04-26)
7+
8+
9+
### Features
10+
11+
* :sparkles: Add partial application to Value Delegates ([6d16ffe](https://github.com/CareBoo/Burst.Delegates/commit/6d16ffef727733127a23ae797b142a3b7c8ea079))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Move compile from Burst delegates to Value delegates
17+
618
# [2.0.0-pre.5](https://github.com/CareBoo/Burst.Delegates/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2021-04-16)
719

820

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

Lines changed: 1 addition & 1 deletion
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.5",
4+
"version": "2.0.0-pre.6",
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": {

0 commit comments

Comments
 (0)