Skip to content

Commit

Permalink
Bump oceananigans copat (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner authored Oct 8, 2024
1 parent 08f1b4d commit 768ec76
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
Expand Up @@ -31,15 +31,15 @@ Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c"
Adapt = "4"
CFTime = "0.1"
CUDA = "4, 5"
ClimaSeaIce = "0.1.2"
ClimaSeaIce = "0.1.2, 0.2"
CubicSplines = "0.2"
DataDeps = "0.7"
Downloads = "1.6"
ImageMorphology = "0.4"
JLD2 = "0.4"
KernelAbstractions = "0.9"
NCDatasets = "0.12, 0.13, 0.14"
Oceananigans = "0.91.11"
Oceananigans = "0.91.11, 0.92"
OrthogonalSphericalShellGrids = "0.1.2"
Scratch = "1"
SeawaterPolynomials = "0.3.4"
Expand Down

8 comments on commit 768ec76

@glwagner
Copy link
Member Author

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

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.1 -m "<description of version>" 768ec7679c8b9e2caa556e5e07838b86c1b2e97f
git push origin v0.2.1

Also, note the warning: Version 0.2.1 skips over 0.2.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@navidcy
Copy link
Collaborator

Choose a reason for hiding this comment

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

(we need to register v0.2.0 first; I did it at 1036105#commitcomment-147871970)

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

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.1 -m "<description of version>" 768ec7679c8b9e2caa556e5e07838b86c1b2e97f
git push origin v0.2.1

@glwagner
Copy link
Member Author

Choose a reason for hiding this comment

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

(we need to register v0.2.0 first; I did it at 1036105#commitcomment-147871970)

Do we need to, or is it just recommended? It issues a warning but not an error?

@glwagner
Copy link
Member Author

Choose a reason for hiding this comment

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

I suspected that was the case but didn't see the point of registering 0.2.0

@navidcy
Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh true. I didn’t know how else to bypass the warning. The registering 0.2.1 PR (before 0.2.0 was registered) was on hold. Perhaps someone from JuliaRegistries would have pushed it through at some point?

Please sign in to comment.