Skip to content

Commit 87c5385

Browse files
committed
v0.2.2
1 parent 9062882 commit 87c5385

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ os:
44
- linux
55
- osx
66
julia:
7-
- "1.3"
7+
- "1.3"
8+
- "1.4"
89
- nightly
910
matrix:
1011
allow_failures:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunFourier"
22
uuid = "59844689-9c9d-51bf-9583-5b794ec66d30"
3-
version = "0.2.1"
3+
version = "0.2.2"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,7 +22,7 @@ FastTransforms = "0.8"
2222
InfiniteArrays = "0.5, 0.6"
2323
IntervalSets = "0.3.1"
2424
Reexport = "0.2"
25-
SpecialFunctions = "0.8, 0.9"
25+
SpecialFunctions = "0.8, 0.9, 0.10"
2626
julia = "1.3"
2727

2828
[extras]

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
3-
- julia_version: 1.3
3+
- julia_version: 1.3
4+
- julia_version: 1.4
45
- julia_version: nightly
56

67
platform:

0 commit comments

Comments
 (0)