Skip to content

Commit

Permalink
chore(release): version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Aug 8, 2022
1 parent c444b0e commit 36878e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change log

## [1.5.0] – 2022-08-08

### Features

- `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.

### Changes

- A small bounding volume structs `AABB` and `MBC` refactor.
- A few code style fixes.

## [1.4.0] – 2022-04-23

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To use the package choose one of the following:
- Clone or download this repository and then select `package.json` using Package Manager (`Window/Package Manager`).

- Use package manager via git install: `https://github.com/andywiecko/BurstCollections.git`.
(Note: one can specify exact version with a proper tag: `https://github.com/andywiecko/BurstCollections.git#v1.4.0`)
(Note: one can specify exact version with a proper tag: `https://github.com/andywiecko/BurstCollections.git#v1.5.0`)

## Native2dTree

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.4.0",
"version": "1.5.0",
"displayName": "Burst Collections",
"description": "Burst friendly (special) native collections for Unity.",
"unity": "2021.2",
Expand Down

0 comments on commit 36878e6

Please sign in to comment.