We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13911a commit ee5774dCopy full SHA for ee5774d
.github/workflows/CI.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - '1.5'
+ - '1.6'
14
- '1'
15
- 'nightly'
16
os:
Project.toml
@@ -1,7 +1,7 @@
1
name = "ResourceContexts"
2
uuid = "8d208092-d35c-4dd3-a0d7-8325f9cce6b4"
3
authors = ["Chris Foster <chris42f@gmail.com> and contributors"]
4
-version = "0.1.0"
+version = "0.1.1"
5
6
[deps]
7
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
0 commit comments