Skip to content

Commit 6f78f3d

Browse files
committed
v3.0.6
1 parent a02e1c6 commit 6f78f3d

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.6] 2025-06-02
8+
9+
- fix: Add missing types register [#226](https://github.com/longportapp/openapi/pull/226)
10+
711
# [3.0.4] 2025-05-15
812

913
- java-sdk: rename `QuoteContext.securityList` to `QuoteContext.getSecurityList`

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.5"
4+
version = "3.0.6"
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.5"
3+
version = "3.0.6"
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.5"
4+
version = "3.0.6"
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.5"
3+
version = "3.0.6"
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.5"
3+
version = "3.0.6"
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.5"
4+
version = "3.0.6"
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.5"
3+
version = "3.0.6"
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.5"
4+
version = "3.0.6"
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.5"
3+
version = "3.0.6"
44
edition.workspace = true
55

66
[lib]

0 commit comments

Comments
 (0)