We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b4730 commit d149f09Copy full SHA for d149f09
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
2
3
project(
4
bzip3
5
- VERSION 1.5.0
+ VERSION 1.5.1
6
DESCRIPTION "A better and stronger spiritual successor to BZip2"
7
HOMEPAGE_URL "https://github.com/kspalaiologos/bzip3"
8
LANGUAGES C)
NEWS
@@ -116,4 +116,8 @@ v1.5.0:
116
Refer to the documentation for the new usage. This version is not ABI-compatible
117
with the previous versions of the package.
118
* Fix: the file `$dir.bz3` being created when invoked as `bzip3 -e $dir` where
119
- `$dir` is a directory.
+ `$dir` is a directory.
120
+
121
+v1.5.1:
122
+* Replace getopt-based parsing with `yarg`.
123
+* Change the soname to indicate a difference in the ABI.
0 commit comments