Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Jan 21, 2024
1 parent 50d43ed commit 578d21e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/hdfs-native-object-store/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdfs-native-object-store"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Adam Binford <adamq43@gmail.com>"]
homepage = "https://github.com/Kimahriman/hdfs-native"
Expand All @@ -15,7 +15,7 @@ async-trait = { version = "0.1" }
bytes = { workspace = true }
chrono = { version = "0.4" }
futures = { workspace = true }
hdfs-native = { path = "../hdfs-native", version = "0.6" }
hdfs-native = { path = "../hdfs-native", version = "0.7" }
object_store = { version = "0.9", features = ["cloud"] }
thiserror = "1"
tokio = { workspace = true, features = ["rt", "net", "io-util", "macros", "sync", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/hdfs-native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdfs-native"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Adam Binford <adamq43@gmail.com>"]
homepage = "https://github.com/Kimahriman/hdfs-native"
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hdfs-native-python"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Adam Binford <adamq43@gmail.com>"]
homepage = "https://github.com/Kimahriman/hdfs-native"
Expand Down

0 comments on commit 578d21e

Please sign in to comment.