Browse Source

chore(release): version v0.24.0

main v0.24.0
sigoden 3 years ago
parent
commit
4f1a35de5d
  1. 10
      CHANGELOG.md
  2. 2
      Cargo.lock
  3. 2
      Cargo.toml

10
CHANGELOG.md

@ -2,6 +2,16 @@ @@ -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

2
Cargo.lock generated

@ -370,7 +370,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" @@ -370,7 +370,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dufs"
version = "0.23.1"
version = "0.24.0"
dependencies = [
"assert_cmd",
"assert_fs",

2
Cargo.toml

@ -1,6 +1,6 @@ @@ -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"

Loading…
Cancel
Save