Skip to content

Commit 286d899

Browse files
committed
Bump version to 0.11
1 parent b9f469d commit 286d899

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: test
22
on:
33
- push
4+
- pull_request
45

56
defaults:
67
run:

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "QML"
22
uuid = "2db162a6-7e43-52c3-8d84-290c1c42d82a"
3-
version = "0.10.2"
3+
version = "0.11"
44
authors = ["Bart Janssens <[email protected]>"]
55

66
[deps]
@@ -28,7 +28,7 @@ CxxWrap = "0.17"
2828
MacroTools = "0.5"
2929
Observables = "0.5"
3030
Qt6Wayland_jll = "6.8"
31-
jlqml_jll = "0.7.1"
31+
jlqml_jll = "0.8.0"
3232
julia = "1.10"
3333

3434
[extras]

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@ For further examples, see the [`documentation`](https://JuliaGraphics.github.io/
446446

447447
## Breaking changes
448448

449+
### Upgrade from v0.10 to 0.11
450+
451+
The Qt `enum` types (e.g. `QML.Orientation` from the item model) are now mapped to complete Julia `@enum` types, to accommodate working with the newly added mouse and keyboard enums. This implies that they are no longer automatically considered as an `Integer`, which may in rare cases cause an error in code that relies on this.
452+
449453
### Upgrade from v0.9 to 0.10
450454

451455
* The QML module name has been changed from `org.julialang` to just `jlqml`, so `import org.julialang` needs to be replaced with `import jlqml` in all QML files.

0 commit comments

Comments
 (0)