RelationalAI-oss / Rematch.jl

Pattern matching
Other
52 stars 6 forks source link

Release new version #24

Closed ghost closed 5 years ago

ghost commented 5 years ago

We haven't had a release since version 0.2.0, and v0.3.0 drops julia 0.6 support, v0.3.1 improves some error messages (from #21), and v0.3.2 fixes our Project.toml to have the right uuid.

@JuliaRegistrator register

ghost commented 5 years ago

Ah, it looks like i'm not able to do this since i don't have sufficient permissions on either this repo or on RelationalAI-oss.

@rbvermaa -- can you help me out here? :)

ghost commented 5 years ago

@JuliaRegistrator register

JuliaRegistrator commented 5 years ago

Error while trying to register: Changing UUIDs is not allowed

ghost commented 5 years ago

@JuliaRegistrator register

JuliaRegistrator commented 5 years ago

Registration pull request created: JuliaRegistries/General/4065

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" a7bab67bfb8b9309c03b0f810c49d7d0750a719d
git push origin v0.3.2

Also, note the warning: Version 0.3.2 skips over 0.3.0 This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.