From f15dcdbfd9b8953a45b79edbcc15d1933f6d6f3c Mon Sep 17 00:00:00 2001 From: Pedro Arruda Date: Sun, 21 Aug 2022 10:08:54 -0300 Subject: [PATCH] releasing new minor 0.6.4 --- Cargo.toml | 2 +- changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 835579e..925da17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yaque" -version = "0.6.3" +version = "0.6.4" authors = ["Pedro Arruda "] edition = "2018" description = "Yaque is yet another disk-backed persistent queue for Rust" diff --git a/changelog.md b/changelog.md index 35abaa9..568c6e5 100644 --- a/changelog.md +++ b/changelog.md @@ -139,3 +139,12 @@ leading to clearer code. ### Contributors: * [@netguy204](https://github.com/netguy204) + + +## Version 0.6.4: + +* Update dependencies and fix vulerabilities (dependabot). + +### Contributors: + +* [@grant0417](https://github.com/grant0417)