Skip to content

Commit

Permalink
Merge pull request #39 from maxstb/master
Browse files Browse the repository at this point in the history
Update HTTP pkg to 0.9
  • Loading branch information
mattBrzezinski authored Sep 17, 2021
2 parents b7ad9d7 + b1e487f commit 14c4229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GoogleCloud"
uuid = "55e21f81-8b0a-565e-b5ad-6816892a5ee7"
version = "0.8.1"
version = "0.8.2"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -14,7 +14,7 @@ MsgPack = "99f44e22-a591-53d1-9472-aa23ef4bd671"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

[compat]
HTTP = "0.8"
HTTP = "0.9"
JSON = "0.21"
Libz = "1"
MbedTLS = "0.6"
Expand Down

2 comments on commit 14c4229

@mattBrzezinski
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
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/45085

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.8.2 -m "<description of version>" 14c4229bd12549428111e083334d06e876f909dc
git push origin v0.8.2

Please sign in to comment.