Release v0.8.1

This commit is contained in:
James Westman 2023-05-17 10:47:52 -05:00
parent 6ac798ea6f
commit aa7679618e
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 17 additions and 2 deletions

15
NEWS.md
View file

@ -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
## Breaking Changes

View file

@ -16,7 +16,7 @@ a module in your flatpak manifest:
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"tag": "v0.8.0"
"tag": "v0.8.1"
}
]
}

View file

@ -1,5 +1,5 @@
project('blueprint-compiler',
version: '0.8.0',
version: '0.8.1',
)
subdir('docs')