Skip to content

Commit

Permalink
Merge pull request #1 from JuliaImageRecon/compathelper/new_version/2…
Browse files Browse the repository at this point in the history
…022-10-21-01-05-33-262-01941054206

CompatHelper: add new compat entry for Rotations at version 1, (keep existing compat)
  • Loading branch information
tknopp authored Oct 21, 2022
2 parents 3079fc4 + a5f3b3c commit 11919e6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ authors = ["Tobias Knopp <[email protected]> and contributors"]
version = "0.1.0"

[deps]
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
ImagePhantoms = "71a99df6-f52c-4da1-bd2a-69d6f37f3252"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"

[compat]
julia = "1"
ImageFiltering = "0.7"
ImagePhantoms = "0.6"
Rotations = "1"
StableRNGs = "1.0"
ImageFiltering = "0.7"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

4 comments on commit 11919e6

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 11919e6 Oct 21, 2022

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
@tknopp, it looks like you are not a publicly listed member/owner in the parent organization (JuliaImageRecon).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 11919e6 Oct 21, 2022

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/70753

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.0 -m "<description of version>" 11919e663240a5f4a6f5b3fc23ae28bbb81258fe
git push origin v0.1.0

Please sign in to comment.