Skip to content

Commit

Permalink
add pooledarrays compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Jan 7, 2025
1 parent a538cbb commit ce5c33b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ GLM = "1.9"
KernelDensity = "0.6"
Loess = "0.6"
Makie = "0.21"
PooledArrays = "1.4"
Reexport = "1.2"
TidierData = "0.15, 0.16, 0.17, 0.18"
julia = "1.10"
Expand Down

2 comments on commit ce5c33b

@rdboyes
Copy link
Member Author

@rdboyes rdboyes commented on ce5c33b Jan 7, 2025

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Breaking changes

  • scale_fill has been added and behavior of scale_color has been changed accordingly

@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/122537

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

Please sign in to comment.