Skip to content

Commit

Permalink
chore: release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Sep 8, 2022
1 parent ef139bc commit d0d6d07
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## [1.6.0] – 2022-09-08

### Features

- `(ReadOnly)Span` extensions for `Unity.Collections`.

## [1.5.0] – 2022-08-08

### 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.5.0`)
(Note: one can specify exact version with a proper tag: `https://github.com/andywiecko/BurstCollections.git#v1.6.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.5.0",
"version": "1.6.0",
"displayName": "Burst Collections",
"description": "Burst friendly (special) native collections for Unity.",
"unity": "2021.2",
Expand Down

0 comments on commit d0d6d07

Please sign in to comment.