File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 44
44
JULIA_NUM_THREADS : ${{ matrix.threads }}
45
45
JET_TEST : ${{ matrix.jet }}
46
46
- uses : julia-actions/julia-processcoverage@v1
47
- - uses : codecov/codecov-action@v4
47
+ - uses : codecov/codecov-action@v5
48
48
with :
49
49
file : lcov.info
50
50
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 56
56
env :
57
57
JULIA_NUM_THREADS : ${{ matrix.threads }}
58
58
- uses : julia-actions/julia-processcoverage@v1
59
- - uses : codecov/codecov-action@v4
59
+ - uses : codecov/codecov-action@v5
60
60
with :
61
61
file : lcov.info
62
62
token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
strategy :
17
17
matrix :
18
- version : ['1.9 ']
18
+ version : ['1.10 ']
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- uses : julia-actions/setup-julia@v1
Original file line number Diff line number Diff line change 1
1
# News
2
2
3
- ## v1.4.1 - 2024-05-03
3
+ ## v1.5.0 - 2024-11-23
4
+
5
+ - Bump ResumableFunctions compat to 1.0.0.
6
+ - Bump Julia compat to 1.10
4
7
8
+ ## v1.4.1 - 2024-05-03
5
9
6
10
- Permit stores ` put! ` methods to cast the value being placed to the type appropriate for the given store.
7
11
- Added examples to the documentation that were lost around the time of the rewrite for v0.5 in 2018.
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ uuid = "6ed1e86c-fcaf-46a9-97e0-2b26a2cdb499"
3
3
keywords = [" discrete-even simulation" ]
4
4
license = " MIT"
5
5
desc = " A discrete event process oriented simulation framework."
6
- authors = [" Ben Lauwens and SimJulia and ConcurrentSim contributors" ]
6
+ authors = [" Ben Lauwens and SimJulia, ConcurrentSim, QuantumSavory contributors" ]
7
7
repo = " https://github.com/JuliaDynamics/ConcurrentSim.jl.git"
8
- version = " 1.4.1 "
8
+ version = " 1.5.0 "
9
9
10
10
[deps ]
11
11
DataStructures = " 864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
@@ -15,5 +15,5 @@ ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
15
15
[compat ]
16
16
DataStructures = " 0.18"
17
17
Dates = " 1"
18
- ResumableFunctions = " 0.6 "
19
- julia = " 1.6 "
18
+ ResumableFunctions = " 1 "
19
+ julia = " 1.10 "
You can’t perform that action at this time.
0 commit comments