Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner authored Mar 4, 2024
1 parent 3d68a61 commit 1da38ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.17"
version = "0.2.18"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand Down

4 comments on commit 1da38ce

@moyner
Copy link
Member Author

@moyner moyner commented on 1da38ce Mar 4, 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/102246

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.18 -m "<description of version>" 1da38ce2ec55473697f93d6bc3335b019147df6d
git push origin v0.2.18

@moyner
Copy link
Member Author

@moyner moyner commented on 1da38ce Mar 4, 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:

Changes

Features

  • Diffusion support in compositional models
  • simulate_reservoir can now take a custom config object
  • Option to specify well enthalpy during injection, either as function of pressure and temperature or a constant value
  • New properties for brine-CO2 mixtures

Fixes

  • Better handling of ImmiscibleSystem when a single phase is present
  • K-value flash can now use analytical solution for two and three components
  • Added scaled convergence criterion for thermal
  • Single-phase equilibriation is now supported
  • Heat capacity is now per component instead of per phase to support miscible systems

Keyword and input files

  • Improve thermal support to include input files (WATDENT and keywords like WATVISCT)
  • Handle WELOPEN 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/102246

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.18 -m "<description of version>" 1da38ce2ec55473697f93d6bc3335b019147df6d
git push origin v0.2.18

Please sign in to comment.