Skip to content

Commit

Permalink
update news / 1.5.1 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 16, 2024
1 parent f3b4730 commit d149f09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

project(
bzip3
VERSION 1.5.0
VERSION 1.5.1
DESCRIPTION "A better and stronger spiritual successor to BZip2"
HOMEPAGE_URL "https://github.com/kspalaiologos/bzip3"
LANGUAGES C)
Expand Down
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,8 @@ v1.5.0:
Refer to the documentation for the new usage. This version is not ABI-compatible
with the previous versions of the package.
* Fix: the file `$dir.bz3` being created when invoked as `bzip3 -e $dir` where
`$dir` is a directory.
`$dir` is a directory.

v1.5.1:
* Replace getopt-based parsing with `yarg`.
* Change the soname to indicate a difference in the ABI.

0 comments on commit d149f09

Please sign in to comment.