Skip to content

Commit

Permalink
Add julia compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Jun 7, 2022
1 parent 9433b6f commit f936daa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ name = "Encodings"
uuid = "8275c4fe-57c3-4fbf-b39c-271e6148849a"
authors = ["pedromxavier <[email protected]>"]
version = "0.1.0"

[compat]
julia = "1.6"

2 comments on commit f936daa

@pedromxavier
Copy link
Contributor 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 updated: JuliaRegistries/General/61867

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.1.0 -m "<description of version>" f936daa17e33153035d56ae36347ee938d26d895
git push origin v0.1.0

Please sign in to comment.