Skip to content

Commit

Permalink
Update Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokazama committed Nov 21, 2020
1 parent 506fa8a commit 704f7c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "NIfTI"
uuid = "a3a9e032-41b5-5fc4-967a-a6b7a19844d3"
version = "0.5"
version = "0.5.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -11,7 +11,8 @@ TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

[compat]
CodecZlib = "0.7"
MappedArrays = "0.2"
MappedArrays = "0.3"
TranscodingStreams = "0.9"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 704f7c8

@Tokazama
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • Transition from GZip to CodecZLib
  • drop support for versions lower than 1.3

@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/25092

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 704f7c8576abe244dff3ec31a72be393b11e10d9
git push origin v0.5.0

Please sign in to comment.