Skip to content

Commit 59f2304

Browse files
chore(release/1.0.0): release 1.0.0-rc (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4495784 commit 59f2304

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "1.0.0-rc"
33
}

SDK/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Unreleased
44

5+
## [1.0.0-rc](https://github.com/privy-io/unity-sdk/compare/v0.9.0...v1.0.0-rc) (2026-03-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* introduces namespacing, error classes and renames legacy types ([#14](https://github.com/privy-io/unity-sdk/issues/14))
11+
12+
* introduces namespacing, error classes and renames legacy types ([#14](https://github.com/privy-io/unity-sdk/issues/14)) ([99bc653](https://github.com/privy-io/unity-sdk/commit/99bc65383d283141941cba62ec94b9939270dc17))
13+
14+
15+
### Fixed
16+
17+
* **macos:** add missing using system.threading.task in webviewhandler ([#23](https://github.com/privy-io/unity-sdk/issues/23)) ([e32e863](https://github.com/privy-io/unity-sdk/commit/e32e86396ab5e52f0e4d3ec83e874a9cab9d6c8f))
18+
* **macos:** add missing using utils in WebViewhandler ([#22](https://github.com/privy-io/unity-sdk/issues/22)) ([5d4db96](https://github.com/privy-io/unity-sdk/commit/5d4db96279fafc89ee73fb6276589805515c53f3))
19+
520
## [0.9.0](https://github.com/privy-io/unity-sdk/compare/v0.8.0...v0.9.0) (2026-03-10)
621

722

SDK/Runtime/Utils/SdkVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace Privy.Utils
33
public static class SdkVersion
44
{
55
// x-release-please-start-version
6-
public const string VersionNumber = "0.9.0";
6+
public const string VersionNumber = "1.0.0-rc";
77
// x-release-please-end
88
}
99
}

SDK/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.privy.unity-sdk",
33
"displayName": "Privy SDK",
4-
"version": "0.9.0",
4+
"version": "1.0.0-rc",
55
"unity": "2022.3",
66
"description": "Privy Unity SDK for authentication and embedded wallet functionality.",
77
"keywords": [

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
1.0.0-rc

0 commit comments

Comments
 (0)