Skip to content

Commit

Permalink
Add compat entry for CodecZlib
Browse files Browse the repository at this point in the history
  • Loading branch information
meggart committed Feb 14, 2020
1 parent f159556 commit 853681d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ AWSCore = "0.6.6"
AWSS3 = "0.6"
AWSSDK = "0.4, 0.5"
Blosc = "0.5"
CodecZlib = "0.6"
DataStructures = "0.17"
DiskArrays = "0.1"
FillArrays = "0.8"
Expand Down

2 comments on commit 853681d

@meggart
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/9454

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.1 -m "<description of version>" 853681da1ec5c221b2300d5cebb09459ffb7e998
git push origin v0.4.1

Please sign in to comment.