Skip to content

Commit

Permalink
Bump version to 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jan 18, 2020
1 parent 0d09263 commit 8305ae5
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
@@ -1,6 +1,6 @@
name = "ZipFile"
uuid = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
version = "0.8.3"
version = "0.8.4"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand Down

3 comments on commit 8305ae5

@fhs
Copy link
Owner Author

@fhs fhs commented on 8305ae5 Jan 18, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Update #63

@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 created: JuliaRegistries/General/8115

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.8.4 -m "<description of version>" 8305ae5b1e4a36eb94050e4e7dac925bc5d95555
git push origin v0.8.4

@fchorney
Copy link
Contributor

Choose a reason for hiding this comment

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

@fhs I believe this would require compat changes to get auto merged here JuliaRegistries/General#8115

[compat]
BinaryProvider = "0.5.8"
julia = "0.7, 1"

I believe this should satisfy the bot and continue to support the same specifications.

Please sign in to comment.