Skip to content

Commit

Permalink
Merge pull request #50 from OpenMendel/compathelper/new_version/2023-…
Browse files Browse the repository at this point in the history
…01-14-00-18-57-369-00273500794

CompatHelper: add new compat entry for CSV at version 0.10, (keep existing compat)
  • Loading branch information
biona001 authored Mar 12, 2023
2 parents 86280b9 + 029c3e1 commit 21bfcef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ThreadPools = "b189fb0b-2eb5-4ed4-bc0c-d34c51242431"
VCFTools = "a620830f-fdd7-5ebc-8d26-3621ab35fbfe"

[compat]
CSV = "0.10"
BGEN = "0.1"
DataFrames = "0.22, 1"
Distances = "0.10"
Expand Down

2 comments on commit 21bfcef

@biona001
Copy link
Member 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/79395

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.4.8 -m "<description of version>" 21bfcef31e7fe10a13640ebe4fd7db409cf15344
git push origin v1.4.8

Please sign in to comment.