We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30811d8 + de59425 commit 3424708Copy full SHA for 3424708
.github/workflows/ci.yml
@@ -10,8 +10,9 @@ jobs:
10
fail-fast: false
11
matrix:
12
version:
13
- - 1.6 # LTS
14
- - 1
+ - '1.6'
+ - 'lts'
15
+ - '1'
16
- 'pre'
17
- 'nightly'
18
os:
Project.toml
@@ -1,7 +1,7 @@
1
name = "Accessors"
2
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
3
authors = ["Takafumi Arakaki <[email protected]>", "Jan Weidner <[email protected]> and contributors"]
4
-version = "0.1.38"
+version = "0.1.39"
5
6
[deps]
7
CompositionsBase = "a33af91c-f02d-484b-be07-31d278c5ca2b"
0 commit comments