Skip to content

Commit 26633f4

Browse files
committed
Release 0.7.0.0
1 parent c6dbc59 commit 26633f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.7.0.0 Bodigrim <[email protected]> September 2025
2+
3+
This release fixes a long-standing issue with exhaustion of file handles
4+
(thanks to Oleg Grenrus).
5+
6+
* Extend `GenEntries` with yet another type argument for file contents.
7+
* Add `write' :: [GenEntry OsPath TarPath LinkTarget] -> IO LazyByteString`.
8+
* Add `pack' :: FilePath -> [FilePath] -> IO [GenEntry OsPath TarPath LinkTarget]`.
9+
110
## 0.6.4.0 Bodigrim <[email protected]> January 2025
211

312
* Migrate internals of packing / unpacking to `OsPath`.

tar.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: tar
3-
version: 0.6.4.0
3+
version: 0.7.0.0
44
license: BSD-3-Clause
55
license-file: LICENSE
66
author: Duncan Coutts <[email protected]>

0 commit comments

Comments
 (0)