Skip to content

Commit ef1a4ae

Browse files
committed
Version 2.0.0
1 parent a37af83 commit ef1a4ae

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.adoc

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

3+
2.0.0 (2020-08-07)::
4+
* reflac skips intermediate decompression steps, significantly
5+
speeding up the program and simplifying the code.
6+
* Removed the `--preserve` option as `flac` itself now handles it
7+
without special conditioning. This is a *breaking* change, and by
8+
https://semver.org/[Semantic Versioning] rules, necessitates a
9+
major version bump, thus: reflac 2.0.0.
10+
311
1.5.3 (2020-02-26)::
412
* AsciiDoc implementation can be altered for manpage generation with
513
`make ASCIIDOC="command..."`, defaulting to `a2x` as before. Some

reflac

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

5-
VERSION=1.5.3
5+
VERSION=2.0.0
66

77
VERBOSE=0
88
RECURSIVE=0

0 commit comments

Comments
 (0)