Skip to content

Commit aee84c2

Browse files
committed
chore: update README and SECURITY documentation for version 1.3.0
- Added zkLogin support details to the README. - Updated version references from 1.2.3 to 1.3.0 in the README and SECURITY files. - Marked version 1.3.0 as secure in the SECURITY document.
1 parent b2cb80c commit aee84c2

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ SuiKit is a Swift SDK natively designed to make developing for the Sui Blockchai
3333
- [x] Local Transaction Building.
3434
- [x] Local, custom, dev, test, and main net compatiblity.
3535
- [x] ED25519, SECP256K1, SECP256R1, and zkLogin Key and HD Wallet generation.
36+
- [x] zkLogin support, transaction signing, signature parsing.
3637
- [x] SuiNS support.
3738
- [x] Kiosk Support.
3839
- [x] Native Swift BCS Implementation.
@@ -61,15 +62,15 @@ The [Swift Package Manager](https://swift.org/package-manager/) allows for devel
6162

6263
* File > Swift Packages > Add Package Dependency
6364
* Add `https://github.com/opendive/SuiKit.git`
64-
* Select "Up to next Major" with "1.2.3"
65+
* Select "Up to next Major" with "1.3.0"
6566

6667
#### SPM Through Xcode Package
6768

6869
Once you have your Swift package set up, add the Git link within the `dependencies` value of your `Package.swift` file.
6970

7071
```swift
7172
dependencies: [
72-
.package(url: "https://github.com/opendive/SuiKit.git", .upToNextMajor(from: "1.2.3"))
73+
.package(url: "https://github.com/opendive/SuiKit.git", .upToNextMajor(from: "1.3.0"))
7374
]
7475
```
7576

SECURITY.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
| 1.2.0 | :x: |
1212
| 1.2.1 | :x: |
1313
| 1.2.2 | :x: |
14-
| 1.2.3 | :white_check_mark: |
14+
| 1.2.3 | :x: |
15+
| 1.3.0 | :white_check_mark: |
1516

1617

1718
## Reporting a Vulnerability
1819

19-
Please contact us on Twitter at [OpenDive](https://twitter.com/opendivehq) to report any security vulnerabilities found within the project.
20+
Please contact us on Twitter at [OpenDive](https://twitter.com/opendivehq) to report any security vulnerabilities found within the project.

0 commit comments

Comments
 (0)