Skip to content

Commit d680daf

Browse files
authored
VER: Release 0.35.0
2 parents a8144ea + e643c6d commit d680daf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
22

3-
## 0.35.0 - TBD
3+
## 0.35.0 - 2025-10-22
44

55
### Enhancements
66
- Initial release with Reference API support
7+
- Upgraded DBN version to 0.43.0:
8+
- Added explicit `Unset` variant for `SystemCode` and `ErrorCode`
9+
- Added `Default` implementation for `SystemCode` and `ErrorCode`
710

811
## 0.34.1 - 2025-09-30
912

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "databento"
33
authors = ["Databento <[email protected]>"]
4-
version = "0.34.1"
4+
version = "0.35.0"
55
edition = "2021"
66
repository = "https://github.com/databento/databento-rs"
77
description = "Official Databento client library"
@@ -32,7 +32,7 @@ historical = [
3232
live = ["tokio/net"]
3333

3434
[dependencies]
35-
dbn = { version = "0.42.0", features = ["async", "serde"] }
35+
dbn = { version = "0.43.0", features = ["async", "serde"] }
3636

3737
async-compression = { version = "0.4", features = ["tokio", "zstd"], optional = true }
3838
# Async stream trait

0 commit comments

Comments
 (0)