Skip to content

Commit

Permalink
Merge pull request #561 from CliMA/cc/release_updates
Browse files Browse the repository at this point in the history
Pin packages for release
  • Loading branch information
costachris authored Sep 9, 2024
2 parents 600070e + c26cc6a commit 404c667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ ClimaCore = "0.10"
CloudMicrophysics = "0.10, 0.11, 0.12"
Combinatorics = "1.0.2"
Dierckx = "0.5"
DiffEqBase = "6.145"
DiffEqNoiseProcess = "5.23"
Distributions = "0.25"
DocStringExtensions = "^0.8, 0.9"
EnsembleKalmanProcesses = "1.0, 1.1"
Expand All @@ -64,11 +66,13 @@ Glob = "1"
Interpolations = "0.13, 0.14"
JLD2 = "0.4"
JSON = "0.21"
MPIPreferences = "0.1"
NCDatasets = "0.12"
NPZ = "0.4"
OrdinaryDiffEq = "6.28"
PackageCompiler = "2"
SciMLBase = "1.60, 2"
SOCRATESSingleColumnForcings = "0.9"
StaticArrays = "1"
StatsBase = "0.33, 0.34"
StochasticDiffEq = "6"
Expand Down

2 comments on commit 404c667

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

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.8.1 -m "<description of version>" 404c6673d89bd558c13ab6f1e97641eb431b445b
git push origin v0.8.1

Please sign in to comment.