Skip to content

Commit 065dc27

Browse files
committed
Bump version to 0.14.0
1 parent 055935b commit 065dc27

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.13.0"
3+
version = "0.14.0"
44
edition = "2021"
55
authors = ["Adam Binford <[email protected]>"]
66
homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Each release supports a certain minor release of both the `object_store` crate a
1111
|0.11.x|0.10|0.10|
1212
|0.12.x|>=0.10, <0.12|0.10|
1313
|0.13.x|>=0.10, <0.12|0.11|
14+
|0.14.x|0.12|0.11|
1415

1516
# Usage
1617
```rust

0 commit comments

Comments
 (0)