JuliaGraphics / QML.jl

Build Qt6 QML interfaces for Julia programs.
Other
381 stars 35 forks source link

Release v0.9.0 #201

Closed barche closed 2 months ago

barche commented 3 months ago

@JuliaRegistrator register

Release notes:

Breaking changes

Depend on Qt 6.7 and CxxWrap 0.16

New features

Live reloading of QML (issue #195)

JuliaRegistrator commented 3 months ago

Registration pull request created: JuliaRegistries/General/109256

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.9.0 -m "<description of version>" e5fa1ec16d403051e48169140ec626036b706920
git push origin v0.9.0