Skip to content

Commit

Permalink
Bump version & Jutul/GeoEnergyIO compat
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner authored Jan 16, 2025
1 parent 860cc98 commit cfef010
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JutulDarcy"
uuid = "82210473-ab04-4dce-b31b-11573c4f8e0a"
authors = ["Olav Møyner <[email protected]>"]
version = "0.2.39"
version = "0.2.40"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand Down Expand Up @@ -60,9 +60,9 @@ DelimitedFiles = "1.6"
DocStringExtensions = "0.9.3"
ForwardDiff = "0.10.30"
GLMakie = "0.10.13"
GeoEnergyIO = "1.1.12"
GeoEnergyIO = "1.1.17"
HYPRE = "1.6.0, 1.7"
Jutul = "0.3.2"
Jutul = "0.3.4"
Krylov = "0.9.1"
LazyArtifacts = "1"
LinearAlgebra = "1"
Expand Down

2 comments on commit cfef010

@moyner
Copy link
Member Author

@moyner moyner commented on cfef010 Jan 16, 2025

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/123105

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.2.40 -m "<description of version>" cfef010f59859699c5f73ae6a4394c7596122ff9
git push origin v0.2.40

Please sign in to comment.