[wing] Release 0.0.4



commit 3ec617d2dd2fced264f511eb968ca2155f0a14b1
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Wed Mar 29 17:58:05 2017 +0200

    Release 0.0.4

 NEWS        |    6 ++++++
 meson.build |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 243c9a0..639f237 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+News in 0.0.4
+-------------
+* Add utilities to get the number of processors, process time and memory
+* Add support for monotonic times
+* Fix build with meson 0.39
+
 News in 0.0.2
 -------------
 * Named pipes API
diff --git a/meson.build b/meson.build
index 2ad8f87..fa32621 100644
--- a/meson.build
+++ b/meson.build
@@ -1,11 +1,11 @@
 project('wing', 'c',
-        version: '0.0.2',
+        version: '0.0.4',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=2'
         ],
         license: 'LGPLv2.1+',
-        meson_version: '>= 0.36.0')
+        meson_version: '>= 0.39.0')
 
 wing_version = meson.project_version()
 version_array = wing_version.split('.')


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