Skip to content

Commit 2328653

Browse files
committed
VER: Release 0.34.0
1 parent a02d187 commit 2328653

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.34.0 - TBD
3+
## 0.34.0 - 2025-09-23
44

55
### Enhancements
66
- Added batch download retry, resumption, and checksum verification

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "databento"
33
authors = ["Databento <support@databento.com>"]
4-
version = "0.33.1"
4+
version = "0.34.0"
55
edition = "2021"
66
repository = "https://github.com/databento/databento-rs"
77
description = "Official Databento client library"
@@ -49,14 +49,14 @@ tokio = { version = ">=1.38", features = ["io-util", "macros"] }
4949
# Stream utils
5050
tokio-util = { version = "0.7", features = ["io"], optional = true }
5151
tracing = "0.1"
52-
typed-builder = "0.21"
52+
typed-builder = "0.22"
5353

5454
[dev-dependencies]
55-
anyhow = "1.0.99"
55+
anyhow = "1.0.100"
5656
async-compression = { version = "0.4", features = ["tokio", "zstd"] }
57-
clap = { version = "4.5.44", features = ["derive"] }
57+
clap = { version = "4.5.48", features = ["derive"] }
5858
rstest = "0.26.1"
59-
tempfile = "3.20.0"
59+
tempfile = "3.23.0"
6060
tokio = { version = "1.47", features = ["full"] }
61-
tracing-subscriber = "0.3.19"
61+
tracing-subscriber = "0.3.20"
6262
wiremock = "0.6"

0 commit comments

Comments
 (0)