Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi committed Nov 20, 2023
1 parent d6dee8c commit 0229c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CloudStore"
uuid = "3365d9ee-d53b-4a56-812d-5344d5b716d7"
authors = ["quinnj <[email protected]>"]
version = "1.5.3"
version = "1.6.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -15,10 +15,12 @@ WorkerUtilities = "76eceee3-57b5-4d4a-8e66-0e911cebbf60"
XMLDict = "228000da-037f-5747-90a9-8195ccbf91a5"

[compat]
Base64 = "1"
CloudBase = "1"
CodecZlib = "0.7"
CodecZlibNG = "0.1"
HTTP = "1.7"
Mmap = "1"
TranscodingStreams = "0.9.12"
WorkerUtilities = "1.1"
XMLDict = "0.4"
Expand Down

2 comments on commit 0229c4c

@Drvi
Copy link
Member Author

@Drvi Drvi commented on 0229c4c Nov 20, 2023

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.6.0 -m "<description of version>" 0229c4c56ee61ab6ead010c3f6bb2ce1c7aa9e30
git push origin v1.6.0

Please sign in to comment.