Skip to content

Commit

Permalink
version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
long-duc-nguyen-skymavis committed Nov 19, 2024
1 parent 6e38bd7 commit c490e1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2024-11-19

### :rotating_light: BREAKING CHANGES

- Converted Waypoint SDK to the Unity Package Manager (UPM) format, allowing easier installation and version management. Users can now [install the SDK directly via a git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) with [extended syntax](https://docs.unity3d.com/Manual/upm-git.html#syntax):
Expand Down Expand Up @@ -38,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2024-05-30

[Unreleased]: https://github.com/skymavis/waypoint-unity/compare/waypoint-unity%2F0.3.0...HEAD
[Unreleased]: https://github.com/skymavis/waypoint-unity/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/skymavis/waypoint-unity/compare/waypoint-unity%2F0.3.0...v0.4.0
[0.3.0]: https://github.com/skymavis/waypoint-unity/compare/waypoint-unity%2F0.2.1...waypoint-unity%2F0.3.0
[0.2.1]: https://github.com/skymavis/waypoint-unity/compare/mavis-id-unity%2F0.2.0...waypoint-unity%2F0.2.1
[0.2.0]: https://github.com/skymavis/waypoint-unity/compare/mavis-id-unity%2F0.1.0...mavis-id-unity%2F0.2.0
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.skymavis.waypoint",
"version": "0.3.0",
"version": "0.4.0",
"description": "Unity SDK for Ronin Waypoint integrates the account and wallet features of the Ronin Waypoint service into Unity games deployed to mobile platforms (Android and iOS) and desktop platforms (Windows and macOS).",
"displayName": "Ronin Waypoint SDK",
"unity": "2020.3",
Expand Down

0 comments on commit c490e1b

Please sign in to comment.