From deba040600693515bf7d96deb461ddb7caf968fd Mon Sep 17 00:00:00 2001 From: Davide Casella Date: Tue, 7 Jun 2022 11:02:35 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea12039..b63031b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ 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.3] - 2022-06-07 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 75024c8..531675b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,7 +633,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "watchd" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 1bfa313..3293f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "watchd" -version = "0.2.2" +version = "0.2.3" authors = ["Davide Casella "] edition = "2018" description = "A fearlessly concurrent filesystem watcher daemon"