We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea5288 commit d8f0578Copy full SHA for d8f0578
NEWS.adoc
@@ -1,5 +1,9 @@
1
= reflac project news
2
3
+2.0.1 (2021-08-16)::
4
+ * Solve a minor edge-case: reflac will now find and recompress
5
+ hidden files.
6
+
7
2.0.0 (2020-08-07)::
8
* reflac skips intermediate decompression steps, significantly
9
speeding up the program and simplifying the code.
reflac
@@ -3,7 +3,7 @@ set -euo pipefail
shopt -s dotglob
IFS=$'\n\t'
-VERSION=2.0.0
+VERSION=2.0.1
VERBOSE=0
RECURSIVE=0
0 commit comments