Skip to content

Commit

Permalink
Version 0.9.3: depend on CVS 0.9.7 (#173)
Browse files Browse the repository at this point in the history
ColorVectorSpace (CVS) 0.9.7 incorporates `abs2` and other recent fixes.
Since the rest of the JuliaImages ecosystem gets its CVS indirectly
via ImageCore, it seems to make sense to bump the compatibility.
  • Loading branch information
timholy authored Sep 21, 2021
1 parent aa01990 commit ff7afc0
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 = "ImageCore"
uuid = "a09fc81d-aa75-5fe9-8630-4744c3626534"
version = "0.9.2"
version = "0.9.3"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -16,7 +16,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
AbstractFFTs = "0.4, 0.5, 1.0"
ColorVectorSpace = "0.9"
ColorVectorSpace = "0.9.7"
Colors = "0.12"
FixedPointNumbers = "0.8"
Graphics = "0.4, 1.0"
Expand Down

7 comments on commit ff7afc0

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

Error while trying to register: Register Failed
@timholy, it looks like you are not a publicly listed member/owner in the parent organization (JuliaImages).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

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

That's weird.

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

Error while trying to register: Register Failed
@timholy, it looks like you are not a publicly listed member/owner in the parent organization (JuliaImages).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

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

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

Please sign in to comment.