File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed
Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 77 - main
88
99env :
10- LIBZIM_DL_VERSION : " 9.4.0- 1"
10+ LIBZIM_DL_VERSION : " 9.5. 1"
1111 MACOSX_DEPLOYMENT_TARGET : " 13.0"
1212 CIBW_ENVIRONMENT_PASS_LINUX : " LIBZIM_DL_VERSION"
1313 CIBW_BUILD_VERBOSITY : " 3"
Original file line number Diff line number Diff line change 66 - published
77
88env :
9- LIBZIM_DL_VERSION : " 9.4.0- 1"
9+ LIBZIM_DL_VERSION : " 9.5. 1"
1010 MACOSX_DEPLOYMENT_TARGET : " 13.0"
1111 CIBW_ENVIRONMENT_PASS_LINUX : " LIBZIM_DL_VERSION"
1212 # APPLE_SIGNING_KEYCHAIN_PATH set in prepare keychain step
Original file line number Diff line number Diff line change 22on : [push]
33
44env :
5- LIBZIM_DL_VERSION : " 9.4.0- 1"
5+ LIBZIM_DL_VERSION : " 9.5. 1"
66 MACOSX_DEPLOYMENT_TARGET : " 13.0"
77
88jobs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Tests
22on : [push]
33
44env :
5- LIBZIM_DL_VERSION : " 9.4.0- 1"
5+ LIBZIM_DL_VERSION : " 9.5. 1"
66 MACOSX_DEPLOYMENT_TARGET : " 13.0"
77 # we want cython traces for coverage
88 PROFILE : " 1"
Original file line number Diff line number Diff line change @@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- * fixed broken links in docs
11-
1210### Added
13- - Added Changelog to docs.
11+
12+ - Added Changelog to docs (#227 )
13+
14+ ### Changed
15+
16+ - Upgrade to libzim 9.5.1 (#xxx)
17+
18+ ### Fixed
19+
20+ - Fixed broken links in docs (#246 )
1421
1522## [ 3.8.0] - 2025-11-14
1623
Original file line number Diff line number Diff line change 3131
3232
3333class Config :
34- libzim_dl_version : str = os .getenv ("LIBZIM_DL_VERSION" , "9.4.0- 1" )
34+ libzim_dl_version : str = os .getenv ("LIBZIM_DL_VERSION" , "9.5. 1" )
3535 use_system_libzim : bool = bool (os .getenv ("USE_SYSTEM_LIBZIM" ) or False )
3636 download_libzim : bool = not bool (os .getenv ("DONT_DOWNLOAD_LIBZIM" ) or False )
3737
You can’t perform that action at this time.
0 commit comments