We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ce401 commit ba1d005Copy full SHA for ba1d005
.github/workflows/ci.yml
@@ -15,9 +15,8 @@ jobs:
15
fail-fast: false
16
matrix:
17
version:
18
- - '^1.6.0-0' # delete this line once Julia 1.6 is released
19
- # - '1.6' # uncomment this line once Julia 1.6 is released
20
- # - '1' # uncomment this line once Julia 1.6 is released
+ - '1.6'
+ - '1'
21
- 'nightly'
22
os:
23
- ubuntu-latest
Project.toml
@@ -1,7 +1,7 @@
1
name = "Git"
2
uuid = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
3
authors = ["Dilum Aluthge", "contributors"]
4
-version = "1.2.0"
+version = "1.2.1"
5
6
[deps]
7
Git_jll = "f8c6e375-362e-5223-8a59-34ff63f689eb"
0 commit comments