]> OzVa Git service - ozva-cloud/commitdiff
chore(release): version v0.24.0
authorsigoden <sigoden@gmail.com>
Sat, 2 Jul 2022 22:47:49 +0000 (06:47 +0800)
committersigoden <sigoden@gmail.com>
Sat, 2 Jul 2022 22:47:49 +0000 (06:47 +0800)
CHANGELOG.md
Cargo.lock
Cargo.toml

index 9dfdb787501c6d533d66ba4155c1f1d58816c73b..9c0ee0ad3c7a098e2ca930864f6c695b659f92e2 100644 (file)
@@ -2,6 +2,16 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.24.0] - 2022-07-02
+
+### Bug Fixes
+
+- Unexpect stack overflow when searching a lot ([#87](https://github.com/sigoden/dufs/issues/87))
+
+### Features
+
+- Allow search with --render-try-index ([#88](https://github.com/sigoden/dufs/issues/88))
+
 ## [0.23.1] - 2022-06-30
 
 ### Bug Fixes
index 0299df2db3be636d935df5bc93d612430882e3a2..462486463f460f3a2db1dfce62acb27cb0adef31 100644 (file)
@@ -370,7 +370,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 
 [[package]]
 name = "dufs"
-version = "0.23.1"
+version = "0.24.0"
 dependencies = [
  "assert_cmd",
  "assert_fs",
index 2f7000d83b546db63da15d8d6baa684c0e1a790d..f0a735a3a00750e58c3dfa31e0596ad24f4273d1 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "dufs"
-version = "0.23.1"
+version = "0.24.0"
 edition = "2021"
 authors = ["sigoden <sigoden@gmail.com>"]
 description = "Dufs is a distinctive utility file server"