From 4f1a35de5d2582724051b71e558288ab3a13639b Mon Sep 17 00:00:00 2001 From: sigoden Date: Sun, 3 Jul 2022 06:47:49 +0800 Subject: [PATCH] chore(release): version v0.24.0 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfdb78..9c0ee0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 0299df2..4624864 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.23.1" +version = "0.24.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index 2f7000d..f0a735a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.23.1" +version = "0.24.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"