Skip to content

Commit

Permalink
Bump ScanByte to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jun 30, 2023
1 parent 7c6a696 commit 3b5c913
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,14 +1,14 @@
name = "Automa"
uuid = "67c07d97-cdcb-5c2c-af73-a7f9c32a568b"
authors = ["Kenta Sato <bicycle1885@gmail.com>", "Jakob Nybo Nissen <jakobnybonissen@gmail.com"]
version = "0.8.2"
version = "0.8.3"

[deps]
ScanByte = "7b38b023-a4d7-4c5e-8d43-3f3097f304eb"
TranscodingStreams = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"

[compat]
ScanByte = "0.3.3"
ScanByte = "0.4.0"
TranscodingStreams = "0.9"
julia = "1.5"

Expand Down

2 comments on commit 3b5c913

@jakobnissen
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/86605

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.8.3 -m "<description of version>" 3b5c91363e55830f80336e03fcb51da45c45d958
git push origin v0.8.3

Please sign in to comment.