Skip to content

Commit

Permalink
Add compat for Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj committed Feb 27, 2020
1 parent 8513375 commit 25d2d3a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ODBC"
uuid = "be6f12e9-ca4f-5eb2-a339-a4f995cc0291"
version = "0.8.5"
version = "0.8.6"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -15,10 +15,11 @@ WeakRefStrings = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"

[compat]
CSV = "0.4,0.5"
CategoricalArrays = "0.4,0.5"
DataFrames = "0.17,0.18,0.19"
CategoricalArrays = "0.4,0.5,0.6,0.7"
DataFrames = "0.17,0.18,0.19,0.20"
DecFP = "0.4"
SQLite = "0.7,0.8"
SQLite = "0.7,0.8,0.9"
Tables = "0.2"
WeakRefStrings = "0.5,0.6"
julia = "1"

Expand Down

2 comments on commit 25d2d3a

@quinnj
Copy link
Member Author

@quinnj quinnj commented on 25d2d3a Feb 27, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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 created: JuliaRegistries/General/10190

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.6 -m "<description of version>" 25d2d3aa95db97141dc670e33c5be58e9acf4065
git push origin v0.8.6

Please sign in to comment.