bumped version number

so that potential issue report do not confuse `dev` with latest release
This commit is contained in:
Yann Collet
2019-12-03 17:06:42 -08:00
parent 4be9b4b9bb
commit 5120883a9c
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
v1.4.5
perf: Improved decompression speed, +10% on clang, +5% on gcc, by @terrelln
cli: new command : provide list of files to de/compress within a file with --filelist=FILE, by @AhmedAbdellah19
api: low latency blocks, new experimental parameter by @ephiepark
build: mingw cross-compilation from unix, by @Ericson2314
misc: bitflip analyzer tool, by @felixhandte
v1.4.4
perf: Improved decompression speed, by > 10%, by @terrelln
perf: Better compression speed when re-using a context, by @felixhandte