JuliaServices / AutoHashEquals.jl

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

Release version 2.1.0 #51

Closed gafter closed 11 months ago

gafter commented 11 months ago

@JuliaRegistrator register()

JuliaRegistrator commented 11 months ago

Registration pull request created: JuliaRegistries/General/93987

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 v2.1.0 -m "<description of version>" f31cd071b72687b7f0ef7edd762440ab393dd9e0
git push origin v2.1.0