Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 committed Sep 1, 2024
1 parent 04407b4 commit 8ecadbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CodecInflate64"
uuid = "6309b1aa-fc58-479c-8956-599a07234577"
authors = ["nhz2 <nhz2@cornell.edu>"]
version = "0.1.1"
version = "0.1.2"

[deps]
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (WIP) CodecInflate64.jl
# CodecInflate64.jl

[![CI](https://github.com/nhz2/CodecInflate64.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/nhz2/CodecInflate64.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/nhz2/CodecInflate64.jl/branch/main/graph/badge.svg?token=K3J0T9BZ42)](https://codecov.io/gh/nhz2/CodecInflate64.jl)
Expand All @@ -10,8 +10,6 @@ This package aims to read entries of ZIP files created by the default Windows Fi

Deflate64 is an incompatible variant of deflate that Windows File Explorer sometimes uses when making ZIP files.

This package is a work in progress, and may not be able to read all deflate64 data correctly.

The deflate algorithm is described in [RFC 1951](https://www.ietf.org/rfc/rfc1951.txt).

Deflate64 has a reference implementation in [dotnet](https://github.com/dotnet/runtime/tree/e5efd8010e19593298dc2c3ee15106d5aec5a924/src/libraries/System.IO.Compression/src/System/IO/Compression/DeflateManaged)
Expand Down
2 changes: 1 addition & 1 deletion test/Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git-tree-sha1 = "ed34b433321060f64bbdbda044851336788b9af6"

[[ziparchives-jl.download]]
sha256 = "99a9bb1d9cba1fae77fd7be224b654da1f247815845ef4ac682a546e8dc70ceb"
url = "https://github.com/medyan-dev/ZipArchives.jl/releases/download/v2.1.6/fixture.tar.gz"
url = "https://github.com/JuliaIO/ZipArchives.jl/releases/download/v2.1.6/fixture.tar.gz"

[deflate64-rs]
git-tree-sha1 = "3d6705eb6be762b7a849e06a7352f2a1872e222a"
Expand Down

0 comments on commit 8ecadbf

Please sign in to comment.