Skip to content

Commit

Permalink
Merge pull request #45 from jverzani/compat
Browse files Browse the repository at this point in the history
add to compat
  • Loading branch information
jverzani committed Oct 31, 2023
2 parents da5b196 + 0a13cc1 commit a474842
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 @@ -11,6 +11,9 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Mustache = "1"
Base64 = "1.7"
Markdown = "1.7"
Random = "1.7"
julia = "1.7"

[extras]
Expand Down

2 comments on commit a474842

@jverzani
Copy link
Owner 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/94307

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

Please sign in to comment.