Skip to content

Commit

Permalink
release 0.16.1 (#1558)
Browse files Browse the repository at this point in the history
* remove last mentions of node

* up version

* remove 1.7
  • Loading branch information
SimonDanisch authored Jan 8, 2022
1 parent 53cdec8 commit 413be2c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rprmakie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 1 addition & 1 deletion CairoMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ FFTW = "1"
FileIO = "1.1"
FreeType = "3, 4.0"
GeometryBasics = "0.4.1"
Makie = "=0.16"
Makie = "=0.16.1"
StaticArrays = "0.12, 1.0"
julia = "1.3"

Expand Down
2 changes: 1 addition & 1 deletion GLMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FixedPointNumbers = "0.7, 0.8"
FreeTypeAbstraction = "0.8, 0.9"
GLFW = "3"
GeometryBasics = "0.4.1"
Makie = "=0.16"
Makie = "=0.16.1"
MeshIO = "0.4"
ModernGL = "1"
Observables = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Makie"
uuid = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
authors = ["Simon Danisch", "Julius Krumbiegel"]
version = "0.16"
version = "0.16.1"

[deps]
Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"
Expand Down
2 changes: 1 addition & 1 deletion RPRMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ julia = "1.3"
Colors = "0.9, 0.10, 0.11, 0.12"
FileIO = "1.6"
GeometryBasics = "0.4.1"
Makie = "=0.16"
Makie = "=0.16.1"
RadeonProRender = "0.2.1"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion WGLMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GeometryBasics = "0.4.1"
Hyperscript = "0.0.3, 0.0.4"
ImageMagick = "1.1"
JSServe = "1.2"
Makie = "=0.16"
Makie = "=0.16.1"
Observables = "0.4"
ShaderAbstractions = "0.2.1"
StaticArrays = "0.12, 1.0"
Expand Down

10 comments on commit 413be2c

@SimonDanisch
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()

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

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.16.1 -m "<description of version>" 413be2c1aaecafd4ba5bb11c7b8952e8a67e7b07
git push origin v0.16.1

@SimonDanisch
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

@SimonDanisch
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=CairoMakie

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

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.5.0 -m "<description of version>" 413be2c1aaecafd4ba5bb11c7b8952e8a67e7b07
git push origin GLMakie-v0.5.0

@SimonDanisch
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=RPRMakie

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

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 CairoMakie-v0.7.0 -m "<description of version>" 413be2c1aaecafd4ba5bb11c7b8952e8a67e7b07
git push origin CairoMakie-v0.7.0

@SimonDanisch
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=WGLMakie

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

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 RPRMakie-v0.2.0 -m "<description of version>" 413be2c1aaecafd4ba5bb11c7b8952e8a67e7b07
git push origin RPRMakie-v0.2.0

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

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 WGLMakie-v0.5.0 -m "<description of version>" 413be2c1aaecafd4ba5bb11c7b8952e8a67e7b07
git push origin WGLMakie-v0.5.0

Please sign in to comment.