Skip to content

Commit a3fd6f0

Browse files
authored
Merge pull request #64 from guzba/ryan
0.10.10, export ZipArchiveReader
2 parents 614e346 + 29746c2 commit a3fd6f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/zippy/ziparchives.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type
2323
uncompressedSize: int
2424
filePermissions: set[FilePermission]
2525

26-
ZipArchiveReader = ref object
26+
ZipArchiveReader* = ref object
2727
memFile: MemFile
2828
records: Table[string, ZipArchiveRecord]
2929

zippy.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "0.10.9"
1+
version = "0.10.10"
22
author = "Ryan Oldenburg"
33
description = "Pure Nim implementation of deflate, zlib, gzip and zip."
44
license = "MIT"

0 commit comments

Comments
 (0)