Skip to content

Commit 69c0acb

Browse files
committed
v3.0.10
1 parent a58cb1d commit 69c0acb

15 files changed

Lines changed: 23 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [3.0.10] 2025-07-27
8+
9+
- python: fix unable to import SecurityBoard
10+
711
# [3.0.9] 2025-07-24
812

913
- A connection limit exceeded error occurred while creating an OTP.

c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-c"
4-
version = "3.0.9"
4+
version = "3.0.10"
55
description = "LongPort OpenAPI SDK for C"
66
homepage = "https://open.longportapp.com/en/"
77
readme = "README.md"

c/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-c-macros"
3-
version = "3.0.9"
3+
version = "3.0.10"
44
edition.workspace = true
55

66
[lib]

java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-java"
4-
version = "3.0.9"
4+
version = "3.0.10"
55

66
[lib]
77
crate-type = ["cdylib"]

java/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-java-macros"
3-
version = "3.0.9"
3+
version = "3.0.10"
44
edition.workspace = true
55

66
[lib]

mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-mcp"
3-
version = "3.0.9"
3+
version = "3.0.10"
44
edition.workspace = true
55

66
[dependencies]

nodejs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-nodejs"
4-
version = "3.0.9"
4+
version = "3.0.10"
55

66
[lib]
77
crate-type = ["cdylib"]

nodejs/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-nodejs-macros"
3-
version = "3.0.9"
3+
version = "3.0.10"
44
edition.workspace = true
55

66
[lib]

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-python"
4-
version = "3.0.9"
4+
version = "3.0.10"
55
description = "LongPort OpenAPI SDK for Python"
66
homepage = "https://open.longportapp.com/en/"
77
readme = "README.md"

python/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-python-macros"
3-
version = "3.0.9"
3+
version = "3.0.10"
44
edition.workspace = true
55

66
[lib]

0 commit comments

Comments
 (0)