Skip to content

Commit 467898a

Browse files
authored
Merge pull request #30 from JuliaComputing/gh/v0.1.3
Bump version to v0.1.3
2 parents bdd75ac + b1ecdd6 commit 467898a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
test:
1010
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
1111
runs-on: ${{ matrix.os }}
12-
continue-on-error: ${{ matrix.version == 'nightly' }}
1312
strategy:
13+
fail-fast: false
1414
matrix:
1515
version:
1616
- '1'
17-
- 'nightly'
1817
os:
1918
- ubuntu-latest
2019
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NgSpice"
22
uuid = "1a64e563-3ad9-44a2-8713-a1728bea8a90"
33
authors = ["Venkateshprasad Bhat"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -18,7 +18,7 @@ Colors = "0.12"
1818
RecipesBase = "1.1"
1919
ReplMaker = "0.2"
2020
Requires = "1.1"
21-
julia = "^1.5"
21+
julia = "1.5"
2222

2323
[extras]
2424
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

0 commit comments

Comments
 (0)