diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | frotate.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e356e..83ef190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.1 -- 2019-08-31 + +* Keeps the oldest day in a group so that days can propogate to further groups. + That is, if the group is already populated, new members are deleted until the + oldest member moves to the next group. + + ## 0.1.0 -- 2019-08-31 * First version. Can print days to delete or to keep. Supports only exponential intervals. diff --git a/frotate.cabal b/frotate.cabal index d93a86e..b9180b3 100644 --- a/frotate.cabal +++ b/frotate.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: frotate -version: 0.1.0 +version: 0.1.1 license: PublicDomain maintainer: pashev.igor@gmail.com author: Igor Pashev |