From dff489398eb78299db47a8649cb9439fb58c1472 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 3 Aug 2022 09:05:39 +0800 Subject: [PATCH] chore(release): version v0.29.0 --- CHANGELOG.md | 12 +++++++++++- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb5872f8..4ec47370b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to this project will be documented in this file. -## [0.28.0] - 2022-07-31 +## [0.29.0] - 2022-08-03 + +### Bug Fixes + +- Table row hover highlighting in dark mode ([#122](https://github.com/sigoden/dufs/issues/122)) + +### Features + +- Support ecdsa tls cert ([#119](https://github.com/sigoden/dufs/issues/119)) + +## [0.28.0] - 2022-08-01 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 19062ae11..799350f1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,7 +339,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dufs" -version = "0.28.0" +version = "0.29.0" dependencies = [ "assert_cmd", "assert_fs", @@ -550,9 +550,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.5" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803" +checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", @@ -1294,9 +1294,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9" +checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" dependencies = [ "base64", ] diff --git a/Cargo.toml b/Cargo.toml index 866d1ff34..a0ab9039a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dufs" -version = "0.28.0" +version = "0.29.0" edition = "2021" authors = ["sigoden "] description = "Dufs is a distinctive utility file server"