Closed jkhamphousone closed 3 months ago
Error while trying to register: Version 0.1.2 already exists
@JuliaRegistrator register
According to JuMP manual, the supported solver for Lazy Constraints Callbacks are:
Registration pull request created: JuliaRegistries/General/111227
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.
@JuliaRegistrator register
Release notes:
## Breaking changes
- blah
To add them here just re-invoke and the PR will be updated.
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.3 -m "<description of version>" 91d972fec9e8b165677724df910b5919a3115586
git push origin v0.1.3
@JuliaRegistrator register
Releaste notes:
According to JuMP manual, the supported solver for Lazy Constraints Callbacks are:
Registration pull request updated: JuliaRegistries/General/111227
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.
@JuliaRegistrator register
Release notes:
## Breaking changes
- blah
To add them here just re-invoke and the PR will be updated.
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.3 -m "<description of version>" 6d121bb30b7686284b95ffd1fd968f29fd6f2f95
git push origin v0.1.3
Registration pull request updated: JuliaRegistries/General/111227
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.
@JuliaRegistrator register
Release notes:
## Breaking changes
- blah
To add them here just re-invoke and the PR will be updated.
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.3 -m "<description of version>" 6d121bb30b7686284b95ffd1fd968f29fd6f2f95
git push origin v0.1.3
Registration pull request updated: JuliaRegistries/General/111227
Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text "Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the release that TagBot creates. i.e.
@JuliaRegistrator register
Release notes:
## Breaking changes
- blah
To add them here just re-invoke and the PR will be updated.
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.3 -m "<description of version>" 6d121bb30b7686284b95ffd1fd968f29fd6f2f95
git push origin v0.1.3
@JuliaRegistrator register
Release notes:
Patch release v0.1.4
rspoptimize
Registration pull request created: JuliaRegistries/General/111232
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.4 -m "<description of version>" b67ecd338869244d21b00803209d4561527b9ce6
git push origin v0.1.4
@JuliaRegistrator register
Patch release v0.1.3
As mentioned in #11 the solver is now Optimizer Agnostic! Currently supports GLPK and Gurobi
According to JuMP manual, the supported solver for Lazy Constraints Callbacks are: