From 4fc5ae4e23f0a881512a85ea74c10967f9b32b9e Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 25 Nov 2020 15:51:12 +0100 Subject: [PATCH] Update NEWS for 0.15.2 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 042c3e4e..7c03fdcb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +## [0.15.2] - UNRELEASED +- Fix "installed-tests" setup to not produce stderr output with grep ≥ 3.5 + +[0.15.2]: https://github.com/martinpitt/umockdev/compare/0.15.1...0.15.2 + ## [0.15.1] - 2020-11-17 - Fix include file install location (#111)