aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-15 13:06:33 +0200
committerIgor Pashev <pashev.igor@gmail.com>2019-11-15 13:11:58 +0200
commit8827326908d52ec68e563e396c8deab83d3c73c7 (patch)
tree3b74b8c98be7d58ba107903b792d7b719f035be5
parent3be1a8b79523349f4161d092b3da3acf54b11da5 (diff)
downloadfrotate.rs-0.1.1.tar.gz
Version 0.1.10.1.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.toml3
2 files changed, 8 insertions, 1 deletions
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 <pashev.igor@gmail.com>"]
+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"] }