Skip to content

Commit 5584193

Browse files
committed
Bump version and update compatibility chart
1 parent f4aef83 commit 5584193

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hdfs-native-object-store"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
edition = "2021"
55
authors = ["Adam Binford <adamq43@gmail.com>"]
66
homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Each release supports a certain minor release of both the `object_store` crate a
99
|0.9.x|0.9|0.9|
1010
|0.10.x|0.10|0.9|
1111
|0.11.x|0.10|0.10|
12+
|0.12.0|>=0.10, <0.12|0.10|
1213

1314
# Usage
1415
```rust

0 commit comments

Comments
 (0)