From 57980ce932bab620b42bc1b55205fddee136e522 Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Tue, 22 Feb 2022 13:22:47 +0100 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- README.org | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f44491..b369200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fusta" -version = "1.5.2" +version = "1.5.3" authors = ["Franklin Delehelle "] edition = "2018" description = "FUSTA leverages the FUSE interface transparently manipulate multiFASTA files as single files" diff --git a/README.org b/README.org index 96b7a32..b8eed22 100644 --- a/README.org +++ b/README.org @@ -166,7 +166,9 @@ If you have any question or if you encounter a problem, do not hesitate to [[htt * Acknowledgments FUSTA is standing on the shoulders of, among others, [[https://github.com/cberner/fuser][fuser]], [[https://github.com/clap-rs/clap][clap]], [[https://github.com/danburkert/memmap-rs][memmap]] and [[https://github.com/knsd/daemonize][daemonize]]. * Changelog -** v1.5.1 +** v1.5.3 +- Improve notification system +** v1.5.2 - Daemonize by default ** v1.5.1 - Update memmap to memmap2