Skip to content

Commit

Permalink
Merge pull request #1952 from CliMA/zs/v01412
Browse files Browse the repository at this point in the history
update dependencies and bump patch version
  • Loading branch information
szy21 authored Aug 22, 2024
2 parents 09d57ca + a08f246 commit 5f6b477
Show file tree
Hide file tree
Showing 8 changed files with 502 additions and 395 deletions.
596 changes: 327 additions & 269 deletions .buildkite/Manifest.toml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .buildkite/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"

[compat]
OrdinaryDiffEq = "6"
SnoopCompileCore = "2"
8 changes: 4 additions & 4 deletions .dev/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ version = "0.8.12"

[[deps.Compat]]
deps = ["TOML", "UUIDs"]
git-tree-sha1 = "b1c55339b7c6c350ee89f2c1604299660525b248"
git-tree-sha1 = "8ae8d32e09f0dcf42a36b90d4e17f5dd2e4c4215"
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
version = "4.15.0"
version = "4.16.0"

[deps.Compat.extensions]
CompatLinearAlgebraExt = "LinearAlgebra"
Expand Down Expand Up @@ -79,9 +79,9 @@ version = "0.21.4"

[[deps.JuliaFormatter]]
deps = ["CSTParser", "CommonMark", "DataStructures", "Glob", "Pkg", "PrecompileTools", "Tokenize"]
git-tree-sha1 = "1c4880cb70a5c6c87ea36deccc3d7f9e7969c18c"
git-tree-sha1 = "4b0b04fe63e02eed776181e14ebc1f48d787ceec"
uuid = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
version = "1.0.56"
version = "1.0.59"

[[deps.LibCURL]]
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
Expand Down
1 change: 1 addition & 0 deletions .dev/up_deps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dirs = (
joinpath(root, "perf"),
joinpath(root, "docs"),
joinpath(root, "test"),
joinpath(root, ".buildkite"),
joinpath(root, "benchmarks", "bickleyjet"),
joinpath(root, "lib", "ClimaCoreMakie"),
joinpath(root, "lib", "ClimaCorePlots"),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ ClimaCore.jl Release Notes

main
-------

v0.14.12
-------
- Added hyperbolic tangent stretching. PR [#1930](https://github.com/CliMA/ClimaCore.jl/pull/1930).

v0.14.11
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCore"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
authors = ["CliMA Contributors <[email protected]>"]
version = "0.14.11"
version = "0.14.12"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
Loading

2 comments on commit 5f6b477

@szy21
Copy link
Member Author

@szy21 szy21 commented on 5f6b477 Aug 22, 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/113685

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.14.12 -m "<description of version>" 5f6b477c972fa37952c010746469b96f68074c61
git push origin v0.14.12

Please sign in to comment.