Skip to content

Commit

Permalink
CompatHelper: bump compat for "Gumbo" to "0.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 1, 2020
1 parent ec51723 commit bbe5c73
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 @@ -21,7 +21,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
AbstractTrees = "0.2, 0.3"
Glob = "1"
Gumbo = "0.5, 0.7"
Gumbo = "0.5, 0.7, 0.8"
HTTP = "0.8"
Missings = "0.4"
NCDatasets = "0.8, 0.9, 0.10"
Expand Down

2 comments on commit bbe5c73

@Alexander-Barth
Copy link
Member

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

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.6.1 -m "<description of version>" bbe5c736203c967bf2be6b9371a6a37ebbeb42e4
git push origin v0.6.1

Please sign in to comment.