Skip to content

Commit d8f0578

Browse files
committed
Version 2.0.1
1 parent dea5288 commit d8f0578

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
= reflac project news
22

3+
2.0.1 (2021-08-16)::
4+
* Solve a minor edge-case: reflac will now find and recompress
5+
hidden files.
6+
37
2.0.0 (2020-08-07)::
48
* reflac skips intermediate decompression steps, significantly
59
speeding up the program and simplifying the code.

reflac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33
shopt -s dotglob
44
IFS=$'\n\t'
55

6-
VERSION=2.0.0
6+
VERSION=2.0.1
77

88
VERBOSE=0
99
RECURSIVE=0

0 commit comments

Comments
 (0)