maxhcohen / ControlBarrierFunctions.jl

Control barrier functions (CBFs) in Julia.
https://maxhcohen.github.io/ControlBarrierFunctions.jl/dev/
MIT License
12 stars 3 forks source link

Register ControlBarrierFunctions #19

Open maxhcohen opened 2 months ago

maxhcohen commented 2 months ago

@JuliaRegistrator register

Release notes:

First release of ControlBarrierFunctions!

JuliaRegistrator commented 2 months ago

Registration pull request created: JuliaRegistries/General/113434

Tagging

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>" d80360762a2e4298335fe0d5a8c59ce463050e70
git push origin v0.1.0