Skip to content

Commit 5f6b477

Browse files
authored
Merge pull request #1952 from CliMA/zs/v01412
update dependencies and bump patch version
2 parents 09d57ca + a08f246 commit 5f6b477

File tree

8 files changed

+502
-395
lines changed

8 files changed

+502
-395
lines changed

.buildkite/Manifest.toml

Lines changed: 327 additions & 269 deletions
Large diffs are not rendered by default.

.buildkite/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
5959

6060
[compat]
6161
OrdinaryDiffEq = "6"
62+
SnoopCompileCore = "2"

.dev/Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ version = "0.8.12"
2828

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

3535
[deps.Compat.extensions]
3636
CompatLinearAlgebraExt = "LinearAlgebra"
@@ -79,9 +79,9 @@ version = "0.21.4"
7979

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

8686
[[deps.LibCURL]]
8787
deps = ["LibCURL_jll", "MozillaCACerts_jll"]

.dev/up_deps.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dirs = (
1212
joinpath(root, "perf"),
1313
joinpath(root, "docs"),
1414
joinpath(root, "test"),
15+
joinpath(root, ".buildkite"),
1516
joinpath(root, "benchmarks", "bickleyjet"),
1617
joinpath(root, "lib", "ClimaCoreMakie"),
1718
joinpath(root, "lib", "ClimaCorePlots"),

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ClimaCore.jl Release Notes
33

44
main
55
-------
6+
7+
v0.14.12
8+
-------
69
- Added hyperbolic tangent stretching. PR [#1930](https://github.com/CliMA/ClimaCore.jl/pull/1930).
710

811
v0.14.11

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClimaCore"
22
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
33
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
4-
version = "0.14.11"
4+
version = "0.14.12"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

0 commit comments

Comments
 (0)