diff --git a/CHANGELOG.md b/CHANGELOG.md index c390e97..295e388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.26.0] - 2022-07-08 + +### Bug Fixes + +- Cors headers ([#100](https://github.com/sigoden/dufs/issues/100)) + +### Features + +- Make --path-prefix works on serving single file ([#102](https://github.com/sigoden/dufs/issues/102)) + ## [0.25.0] - 2022-07-06 ### Features diff --git a/Cargo.lock b/Cargo.lock index ea8f652..8597057 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -379,7 +379,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.25.0" +version = "0.26.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index b87a416..65662d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.25.0" +version = "0.26.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"