Skip to content

Commit d2371a6

Browse files
authored
Release v0.15.0 (#104)
* Bump package version * Bump minimum julia version to match Meshes * Switch order of badges - dev first
1 parent 08222a8 commit d2371a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MeshIntegrals"
22
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47"
3-
version = "0.14.1"
3+
version = "0.15.0"
44

55
[deps]
66
CliffordNumbers = "3998ac73-6bd4-4031-8035-f167dd3ed523"
@@ -21,4 +21,4 @@ LinearAlgebra = "1"
2121
Meshes = "0.50, 0.51"
2222
QuadGK = "2.1.1"
2323
Unitful = "1.19"
24-
julia = "1.6"
24+
julia = "1.9"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MeshIntegrals.jl
22

3-
[![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://mikeingold.github.io/MeshIntegrals.jl/stable/)
43
[![Docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://mikeingold.github.io/MeshIntegrals.jl/dev/)
4+
[![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://mikeingold.github.io/MeshIntegrals.jl/stable/)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
66
[![ColPrac](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet?style=flat-square)](https://github.com/SciML/ColPrac)
77

0 commit comments

Comments
 (0)