Skip to content

Commit

Permalink
v1.8.1, Support AWSS3@0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattBrzezinski committed Feb 10, 2021
1 parent 20c9c4b commit 8a9149c
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,7 +1,7 @@
name = "AWSTools"
uuid = "83bcdc74-1232-581c-948a-f29122bf8259"
authors = ["Invenia Technical Computing"]
version = "1.8.0"
version = "1.8.1"

[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Expand All @@ -20,7 +20,7 @@ XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
AWSCore = "0.5, 0.6"
AWSS3 = "0.6"
AWSS3 = "0.6, 0.7"
EzXML = "0.7.3, 0.8, 0.9, 1"
FilePathsBase = "0.6, 0.7, 0.8, 0.9"
HTTP = "0.8.4"
Expand Down

2 comments on commit 8a9149c

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

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 v1.8.1 -m "<description of version>" 8a9149c1dc8b99a03af0c58e148361245d426e6d
git push origin v1.8.1

Please sign in to comment.