We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b26452 commit a0561e7Copy full SHA for a0561e7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.38.0 - TBD
+## 0.38.0 - 2025-12-16
4
5
### Breaking changes
6
- Changed `Error::BadArgument::param_name` from a `String` to a `&'static str`
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "databento"
authors = ["Databento <[email protected]>"]
-version = "0.37.0"
+version = "0.38.0"
edition = "2021"
repository = "https://github.com/databento/databento-rs"
7
description = "Official Databento client library"
0 commit comments