Skip to content

Commit 3740cf9

Browse files
committed
v3.0.9
1 parent ef4a461 commit 3740cf9

16 files changed

Lines changed: 24 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.9] Unreleased
7+
# [3.0.9] 2025-07-24
88

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

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

66
[lib]

mcp/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.9] 2025-07-24
8+
9+
- Add option_quote mcp tool [#269](https://github.com/longportapp/openapi/pull/269)
10+
711
# [0.2.1] 2025-05-07
812

913
- Add `readonly` option to prevent submitting orders to the exchange.

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.8"
3+
version = "3.0.9"
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.8"
4+
version = "3.0.9"
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.8"
3+
version = "3.0.9"
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.8"
4+
version = "3.0.9"
55
description = "LongPort OpenAPI SDK for Python"
66
homepage = "https://open.longportapp.com/en/"
77
readme = "README.md"

0 commit comments

Comments
 (0)