summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2020-09-11 15:07:39 +0300
committerRan Benita <ran@unusedvar.com>2020-09-11 15:07:49 +0300
commit2c295b10aa87e9bd8c11954adcf7e92b031b92f9 (patch)
tree59b734eb4be0f9db353da3adc6493a90cfb6a79d
parent69713ce3e91a5b766e0bc2c1dafb7890b675cda0 (diff)
downloadlibxkbcommon-2c295b10aa87e9bd8c11954adcf7e92b031b92f9.tar.gz
libxkbcommon-2c295b10aa87e9bd8c11954adcf7e92b031b92f9.tar.bz2
libxkbcommon-2c295b10aa87e9bd8c11954adcf7e92b031b92f9.zip
Bump version to 1.0.1xkbcommon-1.0.1
Signed-off-by: Ran Benita <ran@unusedvar.com>
-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',