Skip to content

Commit d149f09

Browse files
committed
update news / 1.5.1 (#146)
1 parent f3b4730 commit d149f09

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
22

33
project(
44
bzip3
5-
VERSION 1.5.0
5+
VERSION 1.5.1
66
DESCRIPTION "A better and stronger spiritual successor to BZip2"
77
HOMEPAGE_URL "https://github.com/kspalaiologos/bzip3"
88
LANGUAGES C)

NEWS

+5-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,8 @@ v1.5.0:
116116
Refer to the documentation for the new usage. This version is not ABI-compatible
117117
with the previous versions of the package.
118118
* Fix: the file `$dir.bz3` being created when invoked as `bzip3 -e $dir` where
119-
`$dir` is a directory.
119+
`$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

Comments
 (0)