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

Commit 8d1b549

Browse files
chore(release): 2.0.0-pre.5 [skip ci]
# [2.0.0-pre.5](v2.0.0-pre.4...v2.0.0-pre.5) (2021-04-16) ### Performance Improvements * ⚡ Improve function pointer performance ([f621698](f621698))
1 parent 79303bd commit 8d1b549

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.5](https://github.com/CareBoo/Burst.Delegates/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2021-04-16)
7+
8+
9+
### Performance Improvements
10+
11+
* :zap: Improve function pointer performance ([f621698](https://github.com/CareBoo/Burst.Delegates/commit/f6216982585de3032c59bd55ceb9205da1eb905e))
12+
613
# [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)
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.4",
4+
"version": "2.0.0-pre.5",
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)