[wing] Release 0.2.2



commit 926f035540de1211080a64f54c8446d2d1043db3
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Wed Jan 22 15:47:17 2020 +0100

    Release 0.2.2

 NEWS        | 6 ++++++
 meson.build | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 54fc7a9..d6750d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 0.2.2
+--------------
+* Improve utils to get build number and type for OS version
+* New argument to create pipes with FILE_FLAG_FIRST_PIPE_INSTANCE
+* Misc bugfixes
+
 News in 0.2.0
 --------------
 * Properly close named pipe connection
diff --git a/meson.build b/meson.build
index 87e5b3e..f11bec3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('wing', 'c',
-        version: '0.2.0',
+        version: '0.2.2',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=2'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]