Skip to content

Commit f4aa27f

Browse files
committed
release(v0.4.4): use TradeClient::with_secret_key in trade example
1 parent b0aa2c1 commit f4aa27f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

8+
## [0.4.4] - 2026-07-03
9+
10+
### Fixed
11+
12+
- **examples 未使用 `secret_key`**`trade_example` 始终用 `TradeClient::new`,即使 config 中已加载 `secret_key`,机构账号下所有交易接口报 `access forbidden`;现在当 config 含 `secret_key` 时自动改用 `TradeClient::with_secret_key`
13+
814
## [0.4.3] - 2026-06-24
915

1016
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tigeropen"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
rust-version = "1.70"
66
description = "老虎证券 OpenAPI Rust SDK"

0 commit comments

Comments
 (0)