Skip to content

Commit

Permalink
VER: Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen authored Jul 30, 2024
2 parents 2d9bc1f + 58748d8 commit c2807d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.12.0 - 2024-07-30

#### Breaking changes
- Upgraded DBN version to 0.20.0:
- Renamed `SType::Nasdaq` variant to `SType::NasdaqSymbol`
- Renamed `SType::Cms` variant to `SType::CmsSymbol`

## 0.11.4 - 2024-07-16

#### Enhancements
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.11.4"
version = "0.12.0"
edition = "2021"
repository = "https://github.com/databento/databento-rs"
description = "Official Databento client library"
Expand All @@ -24,7 +24,7 @@ live = ["dep:hex", "dep:sha2", "tokio/net"]

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

0 comments on commit c2807d5

Please sign in to comment.