summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--meson.build2
2 files changed, 12 insertions, 1 deletions
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',