[libadwaita/wip/exalm/115] Release 1.1.5




commit 5f4cdf5553a64247fd263d4510844240549d0b61
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Sep 2 19:10:05 2022 +0400

    Release 1.1.5

 NEWS        | 14 ++++++++++++++
 meson.build |  4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 24dcb359..1788b406 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+=============
+Version 1.1.5
+=============
+
+- AdwCarousel
+  - Fix a crash when removing a child while it's animating
+- AdwSqueezer
+  - Sizing fixes
+- AdwTabBar
+  - Fix long press handling
+  - Fix a crash when clicking empty space while a tab is animating
+- AdwTabView
+  - Fix set_menu_model() input check
+
 =============
 Version 1.1.4
 =============
diff --git a/meson.build b/meson.build
index f5bd3628..4690789f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('libadwaita', 'c',
-          version: '1.1.4',
+          version: '1.1.5',
           license: 'LGPL-2.1-or-later',
     meson_version: '>= 0.59.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
@@ -29,7 +29,7 @@ package_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)
 # to 0. When bumping the second version, set the third one to zero.
 #
 # A lot easier than libtool, right?
-libversion = '0.1.6'
+libversion = '0.1.7'
 # The so major version of the library
 soversion = 0
 


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