Skip to content

Commit

Permalink
Add LazyArtifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Jun 4, 2024
1 parent 7edc462 commit 79da47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Jutul = "2b460a1a-8a2b-45b2-b125-b5c536396eb9"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
Expand Down
1 change: 1 addition & 0 deletions src/GeoEnergyIO.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module GeoEnergyIO
using Artifacts
using LazyArtifacts
export parse_data_file
export parse_grdecl_file
export mesh_from_grid_section
Expand Down

2 comments on commit 79da47c

@moyner
Copy link
Member Author

@moyner moyner commented on 79da47c Jun 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/108269

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 v1.1.2 -m "<description of version>" 79da47c18e29635f269b50126316c61664519e2e
git push origin v1.1.2

Please sign in to comment.