From 3ed0d885fe43e83800e9a122eb4bf98048fe1372 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 29 Jun 2022 11:00:31 +0800 Subject: [PATCH] chore(release): version v0.23.0 --- CHANGELOG.md | 12 +++++++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5189272..bd7ecb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index b4d4717..8fca837 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -566,7 +566,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.22.0" +version = "0.23.0" dependencies = [ "assert_cmd", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index f63fcde..2864b2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.22.0" +version = "0.23.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"