Skip to content

Commit

Permalink
Merge pull request #47 from invenia/compathelper/new_version/2022-08-…
Browse files Browse the repository at this point in the history
…09-00-05-04-232-01280278249

CompatHelper: bump compat for AWSS3 to 0.10, (keep existing compat)
  • Loading branch information
mjram0s authored Aug 9, 2022
2 parents b45e5ad + 1dbc468 commit 7821dde
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 = "Checkpoints"
uuid = "b4a3413d-e481-5afc-88ff-bdfbd6a50dce"
authors = "Invenia Technical Computing Corporation"
version = "0.3.18"
version = "0.3.19"

[deps]
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95"
Expand All @@ -16,7 +16,7 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"

[compat]
AWS = "1"
AWSS3 = "0.8, 0.9"
AWSS3 = "0.8, 0.9, 0.10"
Compat = "3.15"
ContextVariablesX = "0.1.1"
DataStructures = "0.17, 0.18"
Expand Down

2 comments on commit 7821dde

@mjram0s
Copy link
Member Author

@mjram0s mjram0s commented on 7821dde Aug 9, 2022

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/65977

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.3.19 -m "<description of version>" 7821dde2fdd6c2d3f5edd7b1ed3674977f0d1eae
git push origin v0.3.19

Please sign in to comment.