-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also test on Julia v1.2, switch from REQUIRE to Project.toml, increase version #50
Conversation
* [compat] section is required now. Require Julia v1 * Current version of package is actually 1.1.0
Codecov Report
@@ Coverage Diff @@
## master #50 +/- ##
=======================================
Coverage 67.06% 67.06%
=======================================
Files 6 6
Lines 498 498
=======================================
Hits 334 334
Misses 164 164 Continue to review full report at Codecov.
|
Looks like Travis still has trouble installing Julia 1.2 on Linux |
Notable changes compared to v1.1.0: * Requires Julia v1.x * Project.toml only, no REQUIRE * Julia v1.2 compatible.
Ok, looks good now @andyferris . |
Thanks @oschulz!
Yes let's do that. Sorry been busy over the weekend. |
No worries - thanks for the quick merge! |
@andyferris , Registrator doesn't seem to have picked up the new release (at least there's no PR on the general registry). |
Hey @andyferris , something seems to have gone wrong with the release, TypedTables in still on v1.1.0 in the Julia registry. Could you take a look? Sorry to bother you, it's just that this is blocking Travis/Appveyor testing on Julia v1.2 for some of my packages that use TypedTables. |
This enables testing on Julia v1.2 (works now, see #48) and gets TypedTables ready for Registrator.
@andyferris , if this goes through CI, would you consider a timely release (hard to test some of my packages on Julia v1.2-RC1 without TypedTables)?
The last commit increases the version of TypedTables to v1.2.0 - is this fine? Or should it be v1.1.1?