Skip to content

Commit

Permalink
chore: release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Dec 6, 2022
1 parent cc980aa commit 93d92e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## [1.7.0] – 2022-12-06

### Features

- `NativeStackedLists<T>` added. It can be used as an alternative for nested collections.

## [1.6.0] – 2022-09-08

### Features
Expand All @@ -10,7 +16,7 @@

### Features

- `NativePointQuadtree` added. Implemented quadtree supports for AABB range query.
- `NativePointQuadtree` added. Implemented quadtree supports for AABB range query.
- `Reinterpret<T>` and `ElementAt` methods for `NativeIndexedArray<T>` added.
- `Ref<T>` class added. It is handy for using with native collections.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Add or modify scoped registries in the manifest
and in the dependencies provide selected version of the package
<pre>
"dependencies": {
"com.andywiecko.burst.collections": "1.6.0",
"com.andywiecko.burst.collections": "1.7.0",
...
</pre>
See Unity docs for more details https://docs.unity3d.com/2021.1/Documentation/Manual/upm-scoped.html
</details>

<details>
<summary> <code>git</code> install </summary>
Use package manager via git install: https://github.com/andywiecko/BurstCollections.git#v1.6.0
Use package manager via git install: https://github.com/andywiecko/BurstCollections.git#v1.7.0
</details>

<details>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.andywiecko.burst.collections",
"version": "1.6.0",
"version": "1.7.0",
"displayName": "Burst Collections",
"description": "Burst friendly (special) native collections for Unity.",
"unity": "2021.2",
Expand Down

0 comments on commit 93d92e1

Please sign in to comment.