summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2021-02-13 11:16:10 -0500
committerShaun McCance <shaunm@redhat.com>2021-02-13 11:16:10 -0500
commit51aa272d7dad178792b2c9c1df249c437df28b07 (patch)
treef08173dec78da20f2feabb5ea9b10cd5ca198f88
parent3f0c73b8215753fbb578f870644517a9e22c3d63 (diff)
downloadyelp-tools-51aa272d7dad178792b2c9c1df249c437df28b07.tar.gz
Version 40.beta40.beta
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba4216d..4eb2bff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+40.beta
+=======
+* Added --skip option to skip files in yelp-check
+* Custom checkers in yelp-check return 1 on failure
+
40.alpha
========
* First release using the meson build system
diff --git a/meson.build b/meson.build
index 8e0e4f2..aa903d2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('yelp-tools',
- version: '40.alpha',
+ version: '40.beta',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.50.0',
)