File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - linux
44 - osx
55julia :
6- - 0.7
76 - 1.0
87 - 1.1
98 - nightly
@@ -13,7 +12,7 @@ branches:
1312 only :
1413 - master
1514 - /release-.*/
16- - /v(\d+)\.(\d+)\.(\d+)/
15+ - /v(\d+)\.(\d+)\.(\d+)/
1716matrix :
1817 allow_failures :
1918 - julia : nightly
Original file line number Diff line number Diff line change 1+ # Queryverse.jl v0.3.0 Release Notes
2+ * Add QueryTables.jl
3+
14# Queryverse.jl v0.2.0 Release Notes
25* Add ParquetFiles back into the mix
36
Original file line number Diff line number Diff line change 1- julia 0.7
1+ julia 1.0
22
33Reexport 0.2.0
44
@@ -17,6 +17,7 @@ CSVFiles 0.9.1
1717FeatherFiles 0.5.1
1818ParquetFiles 0.1.0
1919
20+ QueryTables
2021DataFrames 0.13.1
2122
2223DataVoyager 0.3.0
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - julia_version : 0.7
43 - julia_version : 1.0
54 - julia_version : 1.1
65 - julia_version : nightly
@@ -17,7 +16,7 @@ branches:
1716 only :
1817 - master
1918 - /release-.*/
20- - /v(\d+)\.(\d+)\.(\d+)/
19+ - /v(\d+)\.(\d+)\.(\d+)/
2120
2221notifications :
2322 - provider : Email
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ using Reexport
55@reexport using DataValues
66import IterableTables
77@reexport using Query
8+ @reexport using QueryTables
89@reexport using DataFrames
910@reexport using FileIO
1011@reexport using ExcelFiles
You can’t perform that action at this time.
0 commit comments