Skip to content

Commit

Permalink
[compat] ImageCore 0.10 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Jul 20, 2023
1 parent 73fb81b commit 412b5ea
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,7 +1,7 @@
name = "Sixel"
uuid = "45858cf5-a6b0-47a3-bbea-62219f50df47"
authors = ["Johnny Chen <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand All @@ -14,7 +14,7 @@ libsixel_jll = "075b6546-f08a-558a-be8f-8157d0f608a5"

[compat]
FileIO = "1.6"
ImageCore = "0.8, 0.9"
ImageCore = "0.8, 0.9, 0.10"
IndirectArrays = "0.5, 1"
OffsetArrays = "1.3"
julia = "1.6"
Expand Down

2 comments on commit 412b5ea

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

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.1.3 -m "<description of version>" 412b5ea97bb83d31b1e8ed340670a00b214b61b3
git push origin v0.1.3

Please sign in to comment.