Skip to content

Commit d50261d

Browse files
committed
v3.0.7
1 parent af94b11 commit d50261d

15 files changed

Lines changed: 20 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.7] Unreleased
7+
# [3.0.7] 2025-06-09
88

99
- add `AccountBalance.frozen_transaction_fees`
1010
- fix(nodejs): correct condition for disabling quote package printing [#230](https://github.com/longportapp/openapi/pull/230)

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

66
[lib]

0 commit comments

Comments
 (0)