Skip to content

Commit e1f9ab4

Browse files
committed
Release v0.18.7
Fix extraction of hidden dot files Signed-off-by: Hiroshi Miura <miurahr@linux.com>
1 parent 369cd7f commit e1f9ab4

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

Changelog.rst

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,25 @@ All notable changes to this project will be documented in this file.
77
`Unreleased`_
88
=============
99

10+
`v0.18.7`_
11+
==========
12+
13+
Fixed
14+
-----
15+
16+
* Extraction wrongly renames unix hidden dot files/directories (#448)
17+
1018
`v0.18.6`_
1119
==========
1220

1321
Fixed
14-
=====
22+
-----
1523

1624
* Decompression of some LZMA+BCJ archive may abort with gegmentation fault
1725
because of a PyBCJ bug. Bump ``PyBCJ@0.6.0`` that fixed it. (#447)
1826

1927
Removed
20-
=======
28+
-------
2129

2230
* Remove in-source BCJ filter pure python code.
2331
Now it have a place in a PyBCJ project. (#447)
@@ -47,7 +55,6 @@ Changed
4755
-------
4856
* Change pyproject.toml:license table to be text key and SPDX license name(#435, #436)
4957

50-
5158
`v0.18.3`_
5259
==========
5360

@@ -63,7 +70,6 @@ Changed
6370
* Bump ``PyPPMd@0.18.1`` (#420,#427)
6471
* pyproject.toml: Add project section(#428)
6572

66-
6773
`v0.18.1`_
6874
==========
6975

@@ -111,6 +117,7 @@ Security
111117

112118
`v0.17.2`_
113119
==========
120+
114121
Fixed
115122
-----
116123
* writef method detect wrong size of data(#397)
@@ -121,6 +128,7 @@ Changed
121128

122129
`v0.17.1`_
123130
==========
131+
124132
Fixed
125133
-----
126134
* Allow 7zAES+LZMA2+BCJ combination for compression(#392)
@@ -227,7 +235,6 @@ Changed
227235
- Add minimum version requirement for PyCryptodome (#329)
228236
- Bump setuptools_scm @6.0.1
229237

230-
231238
`v0.15.1`_
232239
==========
233240

@@ -236,7 +243,6 @@ Changed
236243
- Update release automation script.
237244
- Bump ppmd-cffi and bcj-cffi versions(#320)
238245

239-
240246
`v0.15.0`_
241247
==========
242248

@@ -256,7 +262,6 @@ Fixed
256262
- README: description of dependencies.
257263
- ZStandard decompression on PyPy3
258264

259-
260265
`v0.14.1`_
261266
==========
262267

@@ -265,7 +270,6 @@ Fixed
265270

266271
* Fix of empty file archive(#305,#310)
267272

268-
269273
`v0.14.0`_
270274
==========
271275

@@ -282,8 +286,6 @@ Changed
282286
* Use bcj-cffi library for lzma+bcj performance(#303)
283287
* CLI: Fix getting module_name on 3.6.13(#308)
284288

285-
286-
287289
`v0.13.0`_
288290
==========
289291

@@ -299,7 +301,6 @@ Changed
299301

300302
* Refactoring BCF Filter classes, and move to individual module.(#292)
301303

302-
303304
`v0.12.0`_
304305
==========
305306

@@ -314,7 +315,6 @@ Fixed
314315

315316
* Crash when append files to an empty files archive(#286)
316317

317-
318318
`v0.11.3`_
319319
==========
320320

@@ -328,7 +328,6 @@ Security
328328

329329
* Drop issue_218.7z test data wihch is reported a blackmoon trojan(#285)
330330

331-
332331
`v0.11.1`_
333332
==========
334333

@@ -342,7 +341,6 @@ Fixed
342341
* Fix to allow writing encrypted header(#280)
343342
* Avoid crash when creationtime is wrong or Unix epoch. (#275,#276)
344343

345-
346344
`v0.11.0`_
347345
==========
348346

@@ -373,7 +371,8 @@ Deprecated
373371

374372

375373
.. History links
376-
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.18.6...HEAD
374+
.. _Unreleased: https://github.com/miurahr/py7zr/compare/v0.18.7...HEAD
375+
.. _v0.18.7: https://github.com/miurahr/py7zr/compare/v0.18.6...v0.18.7
377376
.. _v0.18.6: https://github.com/miurahr/py7zr/compare/v0.18.5...v0.18.6
378377
.. _v0.18.5: https://github.com/miurahr/py7zr/compare/v0.18.4...v0.18.5
379378
.. _v0.18.4: https://github.com/miurahr/py7zr/compare/v0.18.3...v0.18.4

0 commit comments

Comments
 (0)