Skip to content

Commit

Permalink
bump GLMakie patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Dec 8, 2023
1 parent 628bb40 commit b015889
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions GLMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GLMakie"
uuid = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
version = "0.9.2"
version = "0.9.3"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down Expand Up @@ -29,14 +29,14 @@ FixedPointNumbers = "0.7, 0.8"
FreeTypeAbstraction = "0.10"
GLFW = "3.3"
GeometryBasics = "0.4.1"
LinearAlgebra = "1.0, 1.6"
Makie = "=0.20.2"
Markdown = "1.0, 1.6"
MeshIO = "0.4"
ModernGL = "1"
Observables = "0.5.1"
PrecompileTools = "1.0"
Printf = "1.0, 1.6"
ShaderAbstractions = "0.4"
StaticArrays = "0.12, 1.0"
julia = "1"
LinearAlgebra = "1.0, 1.6"
Markdown = "1.0, 1.6"
Printf = "1.0, 1.6"

2 comments on commit b015889

@jkrumbiegel
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=GLMakie

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

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 GLMakie-v0.9.3 -m "<description of version>" b015889204b7c666e6d8ba109de1140c6f0f1ada
git push origin GLMakie-v0.9.3

Please sign in to comment.