From 8827326908d52ec68e563e396c8deab83d3c73c7 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 15 Nov 2019 13:06:33 +0200 Subject: Version 0.1.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70da280..91b9e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.1.1 (2019-11-15) +================== + + * Only internal changes. + + 0.1.0 (2019-10-05) ================== diff --git a/Cargo.toml b/Cargo.toml index 15f7e03..85904a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] authors = ["Igor Pashev "] +description = "Advanced rotation of backups and other things" edition = "2018" license = "WTFPL" name = "frotate" readme = "README.md" repository = "https://github.com/ip1981/frotate.rs" -version = "0.1.0" +version = "0.1.1" [dependencies] chrono = { version = "0.4", features = ["serde"] } -- cgit v1.2.3