File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2525 version :
2626 - ' nightly'
2727 - ' 1'
28+ - ' 1.9'
2829 os :
2930 - ubuntu-latest
3031 - macOS-latest
3536 exclude :
3637 - os : macOS-latest
3738 arch : x86
39+
3840 steps :
3941 - uses : actions/checkout@v4
4042 - uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
77Serialization = " 9e88b42a-f829-5b0c-bbe9-9e923198166b"
88Sockets = " 6462fe0b-24de-5631-8697-dd941f90decc"
99
10+ [compat ]
11+ Random = " 1"
12+ Serialization = " 1"
13+ Sockets = " 1"
14+ julia = " 1.9"
15+
1016[extras ]
1117LibSSH = " 00483490-30f8-4353-8aba-35b82f51f4d0"
1218LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CurrentModule = DistributedNext
77This documents notable changes in DistributedNext.jl. The format is based on
88[ Keep a Changelog] ( https://keepachangelog.com ) .
99
10- ## Unreleased
10+ ## [ v1.0.0 ] - 2024-12-02
1111
1212### Fixed
1313- Fixed behaviour of ` isempty(::RemoteChannel) ` , which previously had the
You can’t perform that action at this time.
0 commit comments