File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<active >yes</active >
12
12
</lead >
13
- <date >2024-11-08 </date >
13
+ <date >2025-04-22 </date >
14
14
<version >
15
- <release >0.15.2 </release >
16
- <api >0.15.2 </api >
15
+ <release >0.16.0 </release >
16
+ <api >0.16.0 </api >
17
17
</version >
18
18
<stability >
19
19
<release >stable</release >
20
20
<api >stable</api >
21
21
</stability >
22
22
<license >MIT</license >
23
23
<notes >
24
- - fix: argument format of type
25
- - fix: incompatible pointer type
24
+ - change: brotli.state resource in brotli_uncompress_{init,add}() to Btorli\UnCompress\Context class
25
+ - change: brotli.state resource in brotli_compress_{init,add}() to Btorli\Compress\Context class
26
26
</notes >
27
27
<contents >
28
28
<dir name =" /" >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ extern "C" {
6
6
#endif
7
7
8
8
/* Don't forget to check BROTLI_LIB_VERSION in config.m4/w32 */
9
- #define BROTLI_EXT_VERSION "0.15.2 "
9
+ #define BROTLI_EXT_VERSION "0.16.0 "
10
10
#define BROTLI_NS "Brotli"
11
11
12
12
/* brotli */
You can’t perform that action at this time.
0 commit comments