Skip to content

Commit

Permalink
VER: Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers authored Sep 14, 2022
2 parents c1bc448 + 81a8a0d commit 19fe194
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/dbz-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dbz-lib"
authors = ["Databento <support@databento.com>"]
version = "0.1.4"
version = "0.1.5"
edition = "2021"
description = "Library for working with the Databento Binary Encoding (DBZ) format"
license = "Apache-2.0"
Expand All @@ -19,7 +19,7 @@ python = ["dep:pyo3"]
databento-defs = { git = "https://github.com/databento/databento-defs", branch = "dev", features = ["serde"], version = "0.1.1" }

# error handling
anyhow = "1.0.64"
anyhow = "1.0.65"
# CSV serialization
csv = "1.1.6"
# logging
Expand All @@ -34,4 +34,3 @@ serde_json = "1.0"
zstd = "= 0.11.2+zstd1.5.2"
# date and datetime support
time = { version = "0.3.14", features = ["serde"] }

2 changes: 1 addition & 1 deletion src/dbz-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dbz-python"
authors = ["Databento <support@databento.com>"]
version = "0.1.0"
version = "0.1.5"
edition = "2021"
description = "Python library written in Rust for working with the Databento Binary Encoding (DBZ) format"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/dbz-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "dbz-python"
version = "0.1.4"
version = "0.1.5"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
Expand Down

0 comments on commit 19fe194

Please sign in to comment.