]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.23.0
authorsigoden <sigoden@gmail.com>
Wed, 29 Jun 2022 03:00:31 +0000 (11:00 +0800)
committersigoden <sigoden@gmail.com>
Wed, 29 Jun 2022 03:01:40 +0000 (11:01 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 51892727f95ce4d3c36c675a41f007fa8d6bad70..bd7ecb23f75c1c65991223fa63942e17d7d6aa35 100644 (file)
@@ -2,7 +2,17 @@
 
 All notable changes to this project will be documented in this file.
 
-## [0.22.0] - 2022-06-25
+## [0.23.0] - 2022-06-29
+
+### Features
+
+- Use feature to conditional support tls ([#77](https://github.com/sigoden/dufs/issues/77))
+
+### Ci
+
+- Support more platforms ([#76](https://github.com/sigoden/dufs/issues/76))
+
+## [0.22.0] - 2022-06-26
 
 ### Features
 
index b4d47178609d669e51f60350ac5b2a16780d94eb..8fca8372040b231afb2825059b63b3ccdb6be55b 100644 (file)
@@ -566,7 +566,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.22.0"
+version = "0.23.0"
 dependencies = [
  "assert_cmd",
  "assert_fs",
index f63fcdee5b78e0b62a1886ab3fd6fa5c6c4e040f..2864b2f213eaa337038de1e8b5d307ef5025d905 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.22.0"
+version = "0.23.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"