Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
@JuliaRegistrator register()

Release notes:

Revert to reading a minimum of two bytes. Skip version 1.5.8 because the github tag exists.
  • Loading branch information
hustf committed Jan 25, 2021
1 parent 28a21e2 commit 0e81f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
@@ -1,6 +1,6 @@
name = "WebSockets"
uuid = "104b5d7c-a370-577a-8038-80a2059c5097"
version = "1.5.8"
version = "1.5.9"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down

2 comments on commit 0e81f48

@hustf
Copy link
Collaborator Author

@hustf hustf commented on 0e81f48 Jan 25, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Revert to reading a minimum of two bytes. Skip v1.5.8 because it's already tagged in git.

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

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.5.9 -m "<description of version>" 0e81f48ab73dcb0d29df3d04539f922f2d4ae10e
git push origin v1.5.9

Also, note the warning: Version 1.5.9 skips over 1.5.8
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.