Skip to content

Commit

Permalink
Bump version + compat
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Jan 23, 2024
1 parent f47e136 commit 3fc76a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 <olav.moyner@gmail.com>"]
version = "0.2.14"
version = "0.2.15"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand Down Expand Up @@ -47,7 +47,7 @@ DocStringExtensions = "0.9.3"
ForwardDiff = "0.10.30"
GLMakie = "0.9.2"
HYPRE = "1.4.0"
Jutul = "0.2.18"
Jutul = "0.2.20"
Krylov = "0.9.1"
LinearAlgebra = "1"
LoopVectorization = "0.12.115"
Expand Down

4 comments on commit 3fc76a6

@moyner
Copy link
Member Author

@moyner moyner commented on 3fc76a6 Jan 23, 2024

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

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.15 -m "<description of version>" 3fc76a6a6b0b6f1856c00e05c1dd97ccbfc3faee
git push origin v0.2.15

@moyner
Copy link
Member Author

@moyner moyner commented on 3fc76a6 Jan 23, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

New features

  • Thermal support
  • Improvements to plotting
  • Parsing improvements (performance + keywords)

@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 updated: JuliaRegistries/General/99389

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.15 -m "<description of version>" 3fc76a6a6b0b6f1856c00e05c1dd97ccbfc3faee
git push origin v0.2.15

Please sign in to comment.