Skip to content

Commit 5021b9d

Browse files
committed
Update versions, drop Julia v0.x support
1 parent ef4b455 commit 5021b9d

File tree

4 files changed

+23
-25
lines changed

4 files changed

+23
-25
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- 0.6
8-
- 0.7
97
- 1.0
8+
- 1.1
109
- nightly
1110
notifications:
1211
email: false
@@ -32,4 +31,4 @@ matrix:
3231

3332
after_success:
3433
# push coverage results to Coveralls & Codecov
35-
- julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("Strs")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
34+
- julia -e 'using Pkg; cd(Pkg.dir("Strs")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["ScottPJones <scottjones@alum.mit.edu>"]
44
keywords = ["Strings", "Characters", "Formatting", "Intern", "Unicode", "Regex"]
55
license = "MIT"
66
uuid = "7bddbee9-b4ee-5d4f-bf0b-c84b4398bbf6"
7-
version = "0.1.2"
7+
version = "0.2.0"
88

99
[deps]
1010
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"

REQUIRE

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
julia 0.6 2-
2-
InternedStrings 0.6.2
3-
PCRE2 0.1.2
4-
StrTables 0.2.7
5-
LaTeX_Entities 0.2.6
6-
HTML_Entities 0.2.6
7-
Unicode_Entities 0.2.8
8-
Emoji_Entities 0.2.6
9-
Format 0.7.2
10-
ModuleInterfaceTools 0.1.7
11-
StrAPI 0.1.9
12-
CharSetEncodings 0.1.9
13-
ChrBase 0.1.11
14-
MurmurHash3 0.1.5
15-
StrLiterals 0.1.6
16-
StrBase 0.1.12
17-
StrRegex 0.1.7
18-
StrFormat 0.1.5
19-
StrEntities 0.1.3
1+
julia 1 2-
2+
InternedStrings 0.7.0
3+
PCRE2 0.2.0
4+
StrTables 0.3.0
5+
LaTeX_Entities 0.3.2
6+
HTML_Entities 0.3.2
7+
Unicode_Entities 0.3.2
8+
Emoji_Entities 0.3.2
9+
Format 0.8.0
10+
ModuleInterfaceTools 0.2.0
11+
StrAPI 0.2.0
12+
CharSetEncodings 0.2.0
13+
ChrBase 0.2.0
14+
MurmurHash3 0.2.0
15+
StrLiterals 0.2.0
16+
StrFormat 0.2.0
17+
StrEntities 0.3.0
18+
StrBase 0.2.0
19+
StrRegex 0.2.0

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 0.6
4-
- julia_version: 0.7
53
- julia_version: 1.0
4+
- julia_version: 1.1
65
- julia_version: latest
76

87
platform:

0 commit comments

Comments
 (0)