JuliaServices / AutoHashEquals.jl

A Julia macro to add == and hash() to composite types.
Other
57 stars 12 forks source link

Register version 1.0 #23

Closed serenity4 closed 1 year ago

serenity4 commented 2 years ago

Hi, it looks like the 1.0 version has not been registered, would you mind triggering the registrator such that the latest version can be used in other packages?

iamed2 commented 2 years ago

I think only @andrewcooke has permissions to change repo settings and I think that's why registration isn't working

gafter commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

gafter commented 1 year ago

Registration wasn't working because the wrong version number was in the Project.toml file.

gafter commented 1 year ago

@JuliaRegistrator register()

JuliaRegistrator commented 1 year ago

Registration pull request created: JuliaRegistries/General/89905

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.0.0 -m "<description of version>" 0ebd13ea5b09cad8314c34cb90c3e01f495dcff0
git push origin v1.0.0
gafter commented 1 year ago

Version 1.0 of this package has been registered.