Commit 2c295b10aa87e9bd8c11954adcf7e92b031b92f9

Ran Benita 2020-09-11T15:07:39

Bump version to 1.0.1 Signed-off-by: Ran Benita <ran@unusedvar.com>

diff --git a/NEWS b/NEWS
index 2e7d7bb..fee6a59 100644
--- a/NEWS
+++ b/NEWS
@@ -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
 ==================
 
diff --git a/meson.build b/meson.build
index c243ba2..6e433f4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'libxkbcommon',
     'c',
-    version: '1.0.0',
+    version: '1.0.1',
     default_options: [
         'c_std=c99',
         'warning_level=2',