4
4
5
5
| ** Documentation** | ** PackageEvaluator** | ** Build Status** |
6
6
| :-------------------------------------------------------------------------------:| :---------------------------------------------------------------:| :-----------------------------------------------------------------------------------------------:|
7
- | [ ![ ] [ docs-stable-img ]] [ docs-stable-url ] [ ![ ] [ docs-latest-img ]] [ docs-latest-url ] | [ ![ ] [ pkg-0.4 -img ]] [ pkg-0.4 -url ] [ ![ ] [ pkg-0.5 -img ]] [ pkg-0.5 -url ] | [ ![ ] [ travis-img ]] [ travis-url ] [ ![ ] [ appveyor-img ]] [ appveyor-url ] [ ![ ] [ codecov-img ]] [ codecov-url ] |
7
+ | [ ![ ] [ docs-stable-img ]] [ docs-stable-url ] [ ![ ] [ docs-latest-img ]] [ docs-latest-url ] | [ ![ ] [ pkg-0.6 -img ]] [ pkg-0.6 -url ] [ ![ ] [ pkg-0.7 -img ]] [ pkg-0.7 -url ] | [ ![ ] [ travis-img ]] [ travis-url ] [ ![ ] [ appveyor-img ]] [ appveyor-url ] [ ![ ] [ codecov-img ]] [ codecov-url ] |
8
8
9
9
10
10
## Installation
@@ -22,23 +22,22 @@ julia> Pkg.add("SQLite")
22
22
23
23
## Project Status
24
24
25
- The package is tested against Julia ` 0.4 ` and * current * ` 0.5 -dev ` on Linux, OS X, and Windows.
25
+ The package is tested against Julia ` 0.6 ` and ` 0.7 -dev ` on Linux, OS X, and Windows.
26
26
27
27
## Contributing and Questions
28
28
29
29
Contributions are very welcome, as are feature requests and suggestions. Please open an
30
30
[ issue] [ issues-url ] if you encounter any problems or would just like to ask a question.
31
31
32
32
33
-
34
33
[ docs-latest-img ] : https://img.shields.io/badge/docs-latest-blue.svg
35
34
[ docs-latest-url ] : https://juliadatabases.github.io/SQLite.jl/latest
36
35
37
36
[ docs-stable-img ] : https://img.shields.io/badge/docs-stable-blue.svg
38
37
[ docs-stable-url ] : https://juliadatabases.github.io/SQLite.jl/stable
39
38
40
- [ travis-img ] : https://travis-ci.org/juliadatabases /SQLite.jl.svg?branch=master
41
- [ travis-url ] : https://travis-ci.org/juliadatabases /SQLite.jl
39
+ [ travis-img ] : https://travis-ci.org/JuliaDatabases /SQLite.jl.svg?branch=master
40
+ [ travis-url ] : https://travis-ci.org/JuliaDatabases /SQLite.jl
42
41
43
42
[ appveyor-img ] : https://ci.appveyor.com/api/projects/status/github/juliadatabases/SQLite.jl?branch=master&svg=true
44
43
[ appveyor-url ] : https://ci.appveyor.com/project/quinnj/sqlite-jl/branch/master
@@ -48,10 +47,10 @@ Contributions are very welcome, as are feature requests and suggestions. Please
48
47
49
48
[ issues-url ] : https://github.com/juliadatabases/SQLite.jl/issues
50
49
51
- [ pkg-0.4 -img ] : http://pkg.julialang.org/badges/SQLite_0.4 .svg
52
- [ pkg-0.4 -url ] : http://pkg.julialang.org/?pkg=SQLite
53
- [ pkg-0.5 -img ] : http://pkg.julialang.org/badges/SQLite_0.5 .svg
54
- [ pkg-0.5 -url ] : http://pkg.julialang.org/?pkg=SQLite
50
+ [ pkg-0.6 -img ] : http://pkg.julialang.org/badges/SQLite_0.6 .svg
51
+ [ pkg-0.6 -url ] : http://pkg.julialang.org/?pkg=SQLite
52
+ [ pkg-0.7 -img ] : http://pkg.julialang.org/badges/SQLite_0.7 .svg
53
+ [ pkg-0.7 -url ] : http://pkg.julialang.org/?pkg=SQLite
55
54
56
55
## Package Documentation
57
56
0 commit comments