Skip to content

Commit 03bd62d

Browse files
chore(release): 4.0.0-pre.7 [skip ci]
# [4.0.0-pre.7](v4.0.0-pre.6...v4.0.0-pre.7) (2022-11-26) ### Code Refactoring * **sodium:** split libsodium binaries into arm64 and x86_64 ([e3a0510](e3a0510)), closes [#155](#155) ### BREAKING CHANGES * **sodium:** Unity 2020.3 is no longer supported
1 parent e3a0510 commit 03bd62d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
# [4.0.0-pre.7](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0-pre.6...v4.0.0-pre.7) (2022-11-26)
9+
10+
11+
### Code Refactoring
12+
13+
* **sodium:** split libsodium binaries into arm64 and x86_64 ([e3a0510](https://github.com/CareBoo/unity-algorand-sdk/commit/e3a051097d21fc596cfd38f0d98f125726b70baa)), closes [#155](https://github.com/CareBoo/unity-algorand-sdk/issues/155)
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **sodium:** Unity 2020.3 is no longer supported
19+
820
# [4.0.0-pre.6](https://github.com/CareBoo/unity-algorand-sdk/compare/v4.0.0-pre.5...v4.0.0-pre.6) (2022-11-25)
921

1022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.careboo.unity-algorand-sdk",
33
"displayName": "Algorand.Unity",
4-
"version": "4.0.0-pre.6",
4+
"version": "4.0.0-pre.7",
55
"unity": "2020.3",
66
"keywords": [
77
"algorand",

0 commit comments

Comments
 (0)