Bump to version 0.17.3 (#722)
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a55601..97ea824 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,18 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/)
and this project adheres to [Semantic Versioning](https://semver.org/).
+## [v0.17.3] - 2022-09-26
+
+### Added
+
+- feat: Add SubdirLayer to allowing switch directory (#718)
+- feat(layers/retry): Add warning log while retry happened (#721)
+
+### Fixed
+
+- fix: update metrics on result (#716)
+- fix: SubdirLayer should handle dir correctly (#720)
+
## [v0.17.2] - 2022-09-26
### Add
@@ -743,6 +755,7 @@
Hello, OpenDAL!
+[v0.17.3]: https://github.com/datafuselabs/opendal/compare/v0.17.2...v0.17.3
[v0.17.2]: https://github.com/datafuselabs/opendal/compare/v0.17.1...v0.17.2
[v0.17.1]: https://github.com/datafuselabs/opendal/compare/v0.17.0...v0.17.1
[v0.17.0]: https://github.com/datafuselabs/opendal/compare/v0.16.0...v0.17.0
diff --git a/Cargo.toml b/Cargo.toml
index f77ddbc..34a517c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@
license = "Apache-2.0"
name = "opendal"
repository = "https://github.com/datafuselabs/opendal"
-version = "0.17.2"
+version = "0.17.3"
[package.metadata.docs.rs]
all-features = true
diff --git a/oay/Cargo.lock b/oay/Cargo.lock
index 3224203..886ea4a 100644
--- a/oay/Cargo.lock
+++ b/oay/Cargo.lock
@@ -1051,7 +1051,7 @@
[[package]]
name = "oay"
-version = "0.17.2"
+version = "0.17.3"
dependencies = [
"actix-web",
"anyhow",
@@ -1073,7 +1073,7 @@
[[package]]
name = "opendal"
-version = "0.17.2"
+version = "0.17.3"
dependencies = [
"anyhow",
"async-compat",
diff --git a/oay/Cargo.toml b/oay/Cargo.toml
index 8a7aead..839658e 100644
--- a/oay/Cargo.toml
+++ b/oay/Cargo.toml
@@ -8,7 +8,7 @@
license = "Apache-2.0"
name = "oay"
repository = "https://github.com/datafuselabs/opendal"
-version = "0.17.2"
+version = "0.17.3"
[dependencies]
actix-web = "4.1"
diff --git a/oli/Cargo.lock b/oli/Cargo.lock
index f9a2d3b..49d210f 100644
--- a/oli/Cargo.lock
+++ b/oli/Cargo.lock
@@ -789,7 +789,7 @@
[[package]]
name = "oli"
-version = "0.17.2"
+version = "0.17.3"
dependencies = [
"anyhow",
"assert_cmd",
@@ -809,7 +809,7 @@
[[package]]
name = "opendal"
-version = "0.17.2"
+version = "0.17.3"
dependencies = [
"anyhow",
"async-compat",
diff --git a/oli/Cargo.toml b/oli/Cargo.toml
index b5051c6..300b935 100644
--- a/oli/Cargo.toml
+++ b/oli/Cargo.toml
@@ -8,7 +8,7 @@
license = "Apache-2.0"
name = "oli"
repository = "https://github.com/datafuselabs/opendal"
-version = "0.17.2"
+version = "0.17.3"
[dependencies]
anyhow = "1.0"