Skip to content

Commit

Permalink
chore(release): version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Jan 21, 2024
1 parent 14765fc commit 3b09b8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.7.1] – 2024-01-21

### Fixed

- Compatibility with `Unity.Collections@v2`.

## [1.7.0] – 2022-12-06

### Features
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.7.0",
"com.andywiecko.burst.collections": "1.7.1",
...
</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.7.0
Use package manager via git install: https://github.com/andywiecko/BurstCollections.git#v1.7.1
</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.7.0",
"version": "1.7.1",
"displayName": "Burst Collections",
"description": "Burst friendly (special) native collections for Unity.",
"unity": "2021.2",
Expand Down

0 comments on commit 3b09b8e

Please sign in to comment.