Skip to content

Commit

Permalink
CompatHelper: bump compat for Meshes (#64)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for Meshes to 0.51, (keep existing compat)

* CompatHelper: bump compat for Meshes to 0.51 for package test, (keep existing compat) (#66)

Co-authored-by: CompatHelper Julia <[email protected]>

* Bump patch version

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Michael Ingold <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2024
1 parent b1c4bfb commit 50268f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MeshIntegrals"
uuid = "dadec2fd-bbe0-4da4-9dbe-476c782c8e47"
authors = ["Mike Ingold <[email protected]>"]
version = "0.13.1"
version = "0.13.2"

[deps]
CoordRefSystems = "b46f11dc-f210-4604-bfba-323c1ec968cb"
Expand All @@ -17,7 +17,7 @@ CoordRefSystems = "0.12, 0.13"
FastGaussQuadrature = "1"
HCubature = "1.5"
LinearAlgebra = "1"
Meshes = "0.50"
Meshes = "0.50, 0.51"
QuadGK = "2"
Unitful = "1"
julia = "1.6"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Aqua = "0.8"
Meshes = "0.50"
MeshIntegrals = "0.13"
Meshes = "0.50, 0.51"
QuadGK = "2"
Unitful = "1"

2 comments on commit 50268f4

@mikeingold
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/114720

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.2 -m "<description of version>" 50268f42b830d414d624db8ff12aafc768854d7b
git push origin v0.13.2

Please sign in to comment.