Skip to content

Commit

Permalink
compat: make HDF5 have only a finite number of breaking releases
Browse files Browse the repository at this point in the history
as per Registry guidelines...
  • Loading branch information
ilia-kats committed May 29, 2021
1 parent bc5e4a3 commit 81ba2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ CategoricalArrays = "0.9"
CompressHashDisplace = "0.1.2"
DataFrames = "0.22, 1"
FileIO = "1.6"
HDF5 = "0.15 - 1"
HDF5 = "0.15 - 0.99, 1"

This comment has been minimized.

Copy link
@ilia-kats

ilia-kats May 29, 2021

Author Collaborator

1 comment on commit 81ba2de

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

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.1.0 -m "<description of version>" 81ba2def9051f12f30e5dfd5d838f87d6eada339
git push origin v0.1.0

Please sign in to comment.