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

Commit 79303bd

Browse files
committed
Merge branch 'pre' of github.com:CareBoo/Burst.Delegates into pre
2 parents f621698 + 02619d4 commit 79303bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.4](https://github.com/CareBoo/Burst.Delegates/compare/v2.0.0-pre.3...v2.0.0-pre.4) (2021-04-03)
7+
8+
9+
### Features
10+
11+
* :sparkles: ReAdd ValueFunc and ValueAction ([ab50da8](https://github.com/CareBoo/Burst.Delegates/commit/ab50da86064982de4737372c88cc35e9533b19b9))
12+
613
# [2.0.0-pre.3](https://github.com/CareBoo/Burst.Delegates/compare/v2.0.0-pre.2...v2.0.0-pre.3) (2021-04-03)
714

815

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.3",
4+
"version": "2.0.0-pre.4",
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)