Skip to content

Commit 0be0570

Browse files
authored
Merge pull request #66 from JuliaGraphs/bump_version
Bump version to 0.6.0 and stop testing on nightly
2 parents b769719 + c5cac85 commit 0be0570

File tree

4 files changed

+23
-18
lines changed

4 files changed

+23
-18
lines changed

Diff for: .github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
version:
1414
- '1.6'
1515
- '1'
16-
- 'nightly'
1716
steps:
1817
- uses: actions/checkout@v2
1918
- uses: julia-actions/setup-julia@latest

Diff for: Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MetaGraphsNext"
22
uuid = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
3-
version = "0.6.0-DEV"
3+
version = "0.6.0"
44

55
[deps]
66
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
Welcome to MetaGraphsNext.jl, a type-stable replacement for [MetaGraphs.jl](https://github.com/JuliaGraphs/MetaGraphs.jl). It allows you to create graphs with vertex and edge metadata, on which you can unleash the full power of the [Graphs.jl](https://github.com/JuliaGraphs/Graphs.jl) ecosystem.
88

9-
Take a look at the [documentation](https://juliagraphs.org/MetaGraphsNext.jl/dev/) to learn more!
9+
Take a look at the [documentation](https://juliagraphs.org/MetaGraphsNext.jl/) to learn more!

Diff for: docs/Manifest.toml

+21-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.8.5"
3+
julia_version = "1.9.3"
44
manifest_format = "2.0"
55
project_hash = "087b8a4b471c678bd9311435ec9ae9ba1d7d5947"
66

@@ -40,7 +40,7 @@ version = "4.6.0"
4040
[[deps.CompilerSupportLibraries_jll]]
4141
deps = ["Artifacts", "Libdl"]
4242
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
43-
version = "1.0.1+0"
43+
version = "1.0.5+0"
4444

4545
[[deps.DataStructures]]
4646
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
@@ -138,7 +138,7 @@ version = "1.10.2+0"
138138
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
139139

140140
[[deps.LinearAlgebra]]
141-
deps = ["Libdl", "libblastrampoline_jll"]
141+
deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
142142
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
143143

144144
[[deps.Literate]]
@@ -163,7 +163,7 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
163163
[[deps.MbedTLS_jll]]
164164
deps = ["Artifacts", "Libdl"]
165165
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
166-
version = "2.28.0+0"
166+
version = "2.28.2+0"
167167

168168
[[deps.MetaGraphs]]
169169
deps = ["Graphs", "JLD2", "Random"]
@@ -175,14 +175,14 @@ version = "0.7.2"
175175
deps = ["Graphs", "JLD2", "SimpleTraits"]
176176
path = ".."
177177
uuid = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
178-
version = "0.5.0"
178+
version = "0.6.0"
179179

180180
[[deps.Mmap]]
181181
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
182182

183183
[[deps.MozillaCACerts_jll]]
184184
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
185-
version = "2022.2.1"
185+
version = "2022.10.11"
186186

187187
[[deps.NetworkOptions]]
188188
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
@@ -191,7 +191,7 @@ version = "1.2.0"
191191
[[deps.OpenBLAS_jll]]
192192
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
193193
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
194-
version = "0.3.20+0"
194+
version = "0.3.21+4"
195195

196196
[[deps.OrderedCollections]]
197197
git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c"
@@ -205,9 +205,9 @@ uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
205205
version = "2.5.7"
206206

207207
[[deps.Pkg]]
208-
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
208+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
209209
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
210-
version = "1.8.0"
210+
version = "1.9.2"
211211

212212
[[deps.Preferences]]
213213
deps = ["TOML"]
@@ -269,7 +269,7 @@ version = "1.0.3"
269269
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
270270

271271
[[deps.SparseArrays]]
272-
deps = ["LinearAlgebra", "Random"]
272+
deps = ["Libdl", "LinearAlgebra", "Random", "Serialization", "SuiteSparse_jll"]
273273
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
274274

275275
[[deps.StaticArrays]]
@@ -286,16 +286,22 @@ version = "1.4.0"
286286
[[deps.Statistics]]
287287
deps = ["LinearAlgebra", "SparseArrays"]
288288
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
289+
version = "1.9.0"
290+
291+
[[deps.SuiteSparse_jll]]
292+
deps = ["Artifacts", "Libdl", "Pkg", "libblastrampoline_jll"]
293+
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
294+
version = "5.10.1+6"
289295

290296
[[deps.TOML]]
291297
deps = ["Dates"]
292298
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
293-
version = "1.0.0"
299+
version = "1.0.3"
294300

295301
[[deps.Tar]]
296302
deps = ["ArgTools", "SHA"]
297303
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
298-
version = "1.10.1"
304+
version = "1.10.0"
299305

300306
[[deps.Test]]
301307
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
@@ -317,12 +323,12 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
317323
[[deps.Zlib_jll]]
318324
deps = ["Libdl"]
319325
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
320-
version = "1.2.12+3"
326+
version = "1.2.13+0"
321327

322328
[[deps.libblastrampoline_jll]]
323-
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
329+
deps = ["Artifacts", "Libdl"]
324330
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
325-
version = "5.1.1+0"
331+
version = "5.8.0+0"
326332

327333
[[deps.nghttp2_jll]]
328334
deps = ["Artifacts", "Libdl"]

0 commit comments

Comments
 (0)