Skip to content

Commit

Permalink
Added necessary [compat] entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mossr committed May 17, 2022
1 parent c9560f2 commit 79b1a24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ test = ["Test", "NBInclude", "Base64"]

[compat]
julia = "1"
AbstractTrees = "0.3"
JSON = "0.20, 0.21"

4 comments on commit 79b1a24

@mossr
Copy link
Member Author

@mossr mossr commented on 79b1a24 May 17, 2022

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

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.2 -m "<description of version>" 79b1a243934d0dc4cb541dbd5035413b8502cf42
git push origin v0.3.2

@zsunberg
Copy link
Member

Choose a reason for hiding this comment

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

Wow, thanks for helping with maintenance @mossr !

@mossr
Copy link
Member Author

@mossr mossr commented on 79b1a24 May 18, 2022

Choose a reason for hiding this comment

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

My pleasure! Once you do it for one repo, it's easy to apply it elsewhere :)

Please sign in to comment.