Skip to content

Commit

Permalink
Merge #28
Browse files Browse the repository at this point in the history
28: Version bump r=iamed2 a=mattBrzezinski

Release a new version including:

#21: Add sqs_change_message_visibility function
#24: `sqs_receive_message` returns back the message `id` as well

Co-authored-by: Matt Brzezinski <[email protected]>
  • Loading branch information
bors[bot] and mattBrzezinski authored Jun 23, 2020
2 parents b1dfdd7 + 34fa43f commit 98e1b6b
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,7 +1,7 @@
name = "AWSSQS"
uuid = "6e80b5ca-5733-51f9-999e-c18680912812"
license = "MIT"
version = "0.6.3"
version = "0.6.4"

[deps]
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
Expand Down

2 comments on commit 98e1b6b

@mattBrzezinski
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.4 -m "<description of version>" 98e1b6b8436207ce091c88de44b3004efbcabcfb
git push origin v0.6.4

Please sign in to comment.