Skip to content

Commit 71aaf48

Browse files
committed
VER: Release Rust client 0.37.0
1 parent 6eb1d48 commit 71aaf48

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

3-
## 0.37.0 - TBD
3+
## 0.37.0 - 2025-12-09
44

55
### Enhancements
66
- Added optional `chrono` feature for converting `chrono` date and datetime types to
77
`DateRange`, `DateTimeRange`, and `Subscription::start` (credit: @wtn)
8+
- Upgraded DBN version to 0.45.0:
9+
- Added new venue, dataset, and publisher for Cboe Futures Exchange (`XCBF.PITCH`)
10+
811

912
### Breaking changes
1013
- Changed the default to `true` for the `map_symbols` parameter in

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.36.0"
4+
version = "0.37.0"
55
edition = "2021"
66
repository = "https://github.com/databento/databento-rs"
77
description = "Official Databento client library"
@@ -33,7 +33,7 @@ live = ["tokio/net"]
3333
chrono = ["dep:chrono"]
3434

3535
[dependencies]
36-
dbn = { version = "0.44.0", features = ["async", "serde"] }
36+
dbn = { version = "0.45.0", features = ["async", "serde"] }
3737

3838
async-compression = { version = "0.4", features = ["tokio", "zstd"], optional = true }
3939
chrono = { version = ">=0.4.34", optional = true, default-features = false, features = ["alloc"] }

src/reference/enums.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ pub enum Country {
229229
Cu,
230230
/// Cape Verde
231231
Cv,
232-
/// Curacao
232+
/// Curaçao
233233
Cw,
234234
/// Christmas Islands
235235
Cx,
@@ -1369,7 +1369,7 @@ pub enum Currency {
13691369
Mwk,
13701370
/// Mexican Nuevo Peso
13711371
Mxn,
1372-
/// Mexican Unidad de Inversion (UDI)
1372+
/// Mexican Unidad de Inversión (UDI)
13731373
Mxv,
13741374
/// Malaysian Ringgit
13751375
Myr,
@@ -1399,7 +1399,7 @@ pub enum Currency {
13991399
Php,
14001400
/// Pakistan Rupee
14011401
Pkr,
1402-
/// Polish Zloty (New)
1402+
/// Polish Złoty (New)
14031403
Pln,
14041404
/// Paraguay Guarani
14051405
Pyg,

0 commit comments

Comments
 (0)