Skip to content

Commit 76a5a2a

Browse files
authored
Add CI for Julia 1 and tag release (#73)
1 parent 4f93741 commit 76a5a2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
version:
1616
- '0.7'
1717
- '1.0'
18+
- '1'
1819
# - 'nightly'
1920
os:
2021
- ubuntu-latest

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "IntervalSets"
22
uuid = "8197267c-284f-5f27-9208-e0e47529a953"
3-
version = "0.5.1"
3+
version = "0.5.2"
44

55
[deps]
66
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

0 commit comments

Comments
 (0)