Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi committed Aug 14, 2023
1 parent 851224a commit 8c751c1
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
Expand Up @@ -4,7 +4,7 @@ keywords = ["protobuf", "protoc"]
license = "MIT"
desc = "Julia protobuf implementation"
authors = ["Tomáš Drvoštěp <[email protected]>"]
version = "1.0.11"
version = "1.0.12"

[deps]
BufferedStreams = "e1450e63-4bb3-523b-b2a4-4ffa8c0fd77d"
Expand Down

2 comments on commit 8c751c1

@Drvi
Copy link
Member Author

@Drvi Drvi commented on 8c751c1 Aug 14, 2023

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

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.0.12 -m "<description of version>" 8c751c1ffe2740dfcbfafcd7b1c7ac425d81c372
git push origin v1.0.12

Please sign in to comment.