Skip to content

Commit

Permalink
Support ImageCore 0.10 on 0.4.x (#74)
Browse files Browse the repository at this point in the history
In ImageCore, getting tests passing on Julia 1.0 seems to
require that we support ImageCore even on the 0.4
release of ImageInTerminal.
  • Loading branch information
timholy authored Jul 21, 2023
1 parent 2e59e5e commit b345b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ImageInTerminal"
uuid = "d8c32880-2388-543b-8c61-d9f865259254"
version = "0.4.8"
version = "0.4.9"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Expand All @@ -11,7 +11,7 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
[compat]
Crayons = "4.1"
ImageBase = "0.1"
ImageCore = "0.9"
ImageCore = "0.9, 0.10"
Requires = "1"
julia = "1"

Expand Down

2 comments on commit b345b7c

@timholy
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/87973

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

Please sign in to comment.