mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Release v0.8.1
This commit is contained in:
parent
6ac798ea6f
commit
7be787596e
3 changed files with 17 additions and 2 deletions
15
NEWS.md
15
NEWS.md
|
@ -1,3 +1,18 @@
|
||||||
|
# v0.8.1
|
||||||
|
|
||||||
|
## Breaking Changes
|
||||||
|
|
||||||
|
- Duplicates in a number of places are now considered errors. For example, duplicate flags in several places, duplicate
|
||||||
|
strings in Gtk.FileFilters, etc.
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- Fixed a number of bugs in the XML output when using `template` to refer to the template object.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
- Fixed the example for ExtListItemFactory
|
||||||
|
|
||||||
# v0.8.0
|
# v0.8.0
|
||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
|
@ -16,7 +16,7 @@ a module in your flatpak manifest:
|
||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
||||||
"tag": "v0.8.0"
|
"tag": "v0.8.1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('blueprint-compiler',
|
project('blueprint-compiler',
|
||||||
version: '0.8.0',
|
version: '0.8.1',
|
||||||
)
|
)
|
||||||
|
|
||||||
subdir('docs')
|
subdir('docs')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue