Skip to content

Commit

Permalink
CompatHelper: bump compat for Makie to 0.22, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
…103)

* CompatHelper: bump compat for Makie to 0.22, (keep existing compat)

* bump CairoMakie compat

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Phillip Alday <[email protected]>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent a8bd819 commit f863a51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MixedModelsMakie"
uuid = "b12ae82c-6730-437f-aff9-d2c38332a376"
authors = ["Phillip Alday <[email protected]>", "Douglas Bates <[email protected]>", "contributors"]
version = "0.4.4"
version = "0.4.5"

[deps]
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
Expand All @@ -19,11 +19,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Aqua = "0.5, 0.6"
BSplineKit = "0.15, 0.16, 0.17"
CairoMakie = "0.11, 0.12"
CairoMakie = "0.11, 0.12, 0.13"
DataFrames = "1"
Distributions = "0.25"
KernelDensity = "0.6.3"
Makie = "0.20, 0.21"
Makie = "0.20, 0.21, 0.22"
MixedModels = "4.14"
PrecompileTools = "1"
Random = "1"
Expand Down

2 comments on commit f863a51

@palday
Copy link
Owner

@palday palday commented on f863a51 Jan 15, 2025

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

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.4.5 -m "<description of version>" f863a51cf0c44af66b749eb492dbd9ba3908719e
git push origin v0.4.5

Please sign in to comment.