From 6115b4ddfc83682ae50ea930169b4e85efb82aeb Mon Sep 17 00:00:00 2001 From: Davide Casella Date: Fri, 1 Feb 2019 00:05:56 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8856e63..1feefaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.2.0] - 2019-02-01 ### Added -- Configuration reload via SIHUP +- Configuration reload via SIGHUP ### Changed diff --git a/Cargo.lock b/Cargo.lock index 0d5f777..6ec6c4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,7 +855,7 @@ dependencies = [ [[package]] name = "watchd" -version = "0.1.4" +version = "0.2.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d645910..efbd32b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchd" -version = "0.1.4" +version = "0.2.0" authors = ["Davide Casella "] edition = "2018" description = "A fearlessly concurrent filesystem watcher daemon"