Skip to content

Commit

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

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

* Update Project.toml

* CompatHelper: bump compat for CairoMakie to 0.8 for package docs, (keep existing compat) (#41)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>

* Delete Manifest.toml

* Update Project.toml

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
Co-authored-by: Théo Galy-Fajou <theo.galyfajou@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
  • Loading branch information
4 people committed May 7, 2022
1 parent 3a0de2e commit fe6b66a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,167 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,7 +1,7 @@
name = "AbstractGPsMakie"
uuid = "7834405d-1089-4985-bd30-732a30b92057"
authors = ["David Widmann"]
version = "0.2.3"
version = "0.2.4"

[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
Expand All @@ -10,5 +10,5 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

[compat]
AbstractGPs = "0.3, 0.4, 0.5"
Makie = "0.15.2, 0.16"
Makie = "0.15.2, 0.16, 0.17"
julia = "1.3"

2 comments on commit fe6b66a

@devmotion
Copy link
Member

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

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

Please sign in to comment.