Bump version to 1.0.1

Signed-off-by: Ran Benita <ran@unusedvar.com>
master
Ran Benita 2020-09-11 15:07:39 +03:00
parent 69713ce3e9
commit 2c295b10aa
2 changed files with 12 additions and 1 deletions

11
NEWS
View File

@ -1,3 +1,14 @@
libxkbcommon 1.0.1 - 2020-09-11
==================
- Fix the tool-option-parsing test failing.
- Remove requirement for pytest in the tool-option-parsing test.
- Make the table output of `xkbcli how-to-type` aligned.
- Some portability and test isolation fixes.
libxkbcommon 1.0.0 - 2020-09-05
==================

View File

@ -1,7 +1,7 @@
project(
'libxkbcommon',
'c',
version: '1.0.0',
version: '1.0.1',
default_options: [
'c_std=c99',
'warning_level=2',