Skip to content

Commit

Permalink
Bump to 1.11.2 and update NEWS.
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Oct 31, 2024
1 parent df76d82 commit 64b62d6
Show file tree
Hide file tree
Showing 2 changed files with 5 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.11.1
VERSION 1.11.2
LANGUAGES C)

if(NOT libzip_VERSION_PATCH)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.11.2 [2024-10-31]

* Fix performance regression in `zip_stat` introduced in 1.11.

# 1.11.1 [2024-09-19]

* Fix zipconf.h for version number with missing third component.
Expand Down

0 comments on commit 64b62d6

Please sign in to comment.