Skip to content

Commit

Permalink
Update for 1.9.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Jun 28, 2022
1 parent 473a642 commit c5ca7bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
endif()

project(libzip
VERSION 1.9.0
VERSION 1.9.1
LANGUAGES C)

option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.9.1 [2022-06-28]
===================

* Fix `zip_file_is_seekable()`.

1.9.0 [2022-06-13]
==================

Expand Down

1 comment on commit c5ca7bb

@remicollet
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This last commit is in tag but not in the asset attached to the release

Can you please refresh it ?

Please sign in to comment.