Skip to content

Commit

Permalink
VER: Release version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Nov 12, 2024
1 parent bdccb81 commit aab255d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## 0.16.0 - TBD

#### Enhancements
- Upgraded DBN version to 0.23.1:
- Added floating-point getters for price fields
- Added new IntelligentCross venues `ASPN`, `ASMT`, and `ASPI`
- Upgraded `thiserror` version to 2.0

#### Deprecations
- Deprecated `Packaging` enum and `packaging` field on `SubmitJobParams` and `BatchJob`.
These will be removed in a future version. All files from a batch job can be downloaded
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "databento"
authors = ["Databento <[email protected]>"]
version = "0.15.0"
version = "0.16.0"
edition = "2021"
repository = "https://github.com/databento/databento-rs"
description = "Official Databento client library"
Expand All @@ -23,7 +23,7 @@ historical = ["dep:futures", "dep:reqwest", "dep:serde", "dep:tokio-util", "dep:
live = ["dep:hex", "dep:sha2", "tokio/net"]

[dependencies]
dbn = { version = "0.23.0", features = ["async", "serde"] }
dbn = { version = "0.23.1", features = ["async", "serde"] }
# Async stream trait
futures = { version = "0.3", optional = true }
# Used for Live authentication
Expand Down

0 comments on commit aab255d

Please sign in to comment.