Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
chore(release): 3.0.0-preview.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-preview.1](v2.1.0-preview.1...v3.0.0-preview.1) (2020-11-27)

### Bug Fixes

* 🚑 Fix some enumerators that weren't compatible with Burst ([2604908](2604908)), closes [#84](#84)

### BREAKING CHANGES

* Completely changed the ValueSequence API to include TEnumerator generic parameter
  • Loading branch information
semantic-release-bot committed Nov 27, 2020
1 parent 2604908 commit 9c280b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Packages/com.careboo.blinq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-preview.1](https://github.com/CareBoo/Blinq/compare/v2.1.0-preview.1...v3.0.0-preview.1) (2020-11-27)


### Bug Fixes

* :ambulance: Fix some enumerators that weren't compatible with Burst ([2604908](https://github.com/CareBoo/Blinq/commit/2604908608143658a42b8c9febb5849c50e7dbaa)), closes [#84](https://github.com/CareBoo/Blinq/issues/84)


### BREAKING CHANGES

* Completely changed the ValueSequence API to include TEnumerator generic parameter

# [2.1.0-preview.1](https://github.com/CareBoo/Blinq/compare/v2.0.0...v2.1.0-preview.1) (2020-11-21)


Expand Down
2 changes: 1 addition & 1 deletion Packages/com.careboo.blinq/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.careboo.blinq",
"displayName": "Blinq",
"version": "2.1.0-preview.1",
"version": "3.0.0-preview.1",
"unity": "2020.1",
"description": "Adds Burst-compatible, LINQ extension methods like Select, Where, and Any to `NativeArray`.",
"dependencies": {
Expand Down

0 comments on commit 9c280b8

Please sign in to comment.