Skip to content

Commit

Permalink
1.5.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mismirnov authored Jun 22, 2023
1 parent b483dc5 commit 1c7925f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [1.5.0] - 2023-06-22
### Fixed
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/68) with UnityBeacon gameobject
- [Bug](https://github.com/trilitech/tezos-unity-sdk/issues/61) fix contracts compilation on Ligo `0.65.0`
Expand Down Expand Up @@ -99,7 +99,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added auto releases with GH actions


[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.4.0...HEAD
[unreleased]: https://github.com/trilitech/tezos-unity-sdk/compare/1.5.0...HEAD
[1.5.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.5.0
[1.4.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.4.0
[1.3.1]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.3.1
[1.3.0]: https://github.com/trilitech/tezos-unity-sdk/releases/tag/1.3.0
Expand Down
8 changes: 8 additions & 0 deletions WebGLFrontend/src/WebGLCopyAndPaste.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions WebGLFrontend/src/WebGLTemplates.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions WebGLFrontend/src/WebGLTemplates/Airgap.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.trilitech.tezos-unity-sdk",
"version": "1.4.0",
"version": "1.5.0",
"unity": "2021.3",
"displayName": "Tezos Unity SDK",
"description": "Unity SDK for Tezos",
Expand Down

0 comments on commit 1c7925f

Please sign in to comment.