Skip to content

Commit

Permalink
Manually add compat entries, CompatHelper does nothing anymore it seems.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Feb 7, 2021
1 parent c048c77 commit 2b779a1
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 @@ -11,6 +11,8 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Reexport = "1.0"
DataFrames = "0.22"
CSV = "0.8"
julia = "1"

[extras]
Expand Down

2 comments on commit 2b779a1

@dfsp-spirit
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/29540

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.2.0 -m "<description of version>" 2b779a12e4199d7c12e1bc2970729ba7f97a44af
git push origin v0.2.0

Please sign in to comment.