Skip to content

Commit

Permalink
TestImages v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Oct 21, 2021
1 parent 7f89046 commit 5c205fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "TestImages"
uuid = "5e47fb64-e119-507b-a336-dd2b206d9990"
version = "1.6.1"
version = "1.6.2"

[deps]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
Expand Down

4 comments on commit 5c205fc

@johnnychen94
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
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/47161

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 v1.6.2 -m "<description of version>" 5c205fc0308c14ea5cf0aac82332cceb051cd9e1
git push origin v1.6.2

@timholy
Copy link
Member

@timholy timholy commented on 5c205fc Nov 4, 2021

Choose a reason for hiding this comment

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

Do you understand why the tests are suddenly failing? Seems like ImageMagick isn't substituting for ImageIO.

@johnnychen94
Copy link
Member Author

Choose a reason for hiding this comment

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

Still, the ImageMagick issue JuliaIO/ImageMagick.jl#206 (comment) I made a release JuliaIO/ImageMagick.jl#207 earlier to lock the version so that we don't bother our end users. Rerun the action passes now.

This package doesn't yet have ImageIO test dependency, I'll add one.

Please sign in to comment.