[gnome-builder] Release 3.38.0



commit a891fe37c22248c6594a5772d127ed7ba62c5a1c
Author: Christian Hergert <chergert redhat com>
Date:   Sat Sep 12 12:01:10 2020 -0700

    Release 3.38.0

 NEWS                                          | 9 +++++++++
 data/appdata/org.gnome.Builder.appdata.xml.in | 6 ++++++
 meson.build                                   | 2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 2b553877b..cfafb98d7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+==============
+Version 3.38.0
+==============
+
+ • Default to python3 when opening python source files
+ • Handle failures from windowing system more gracefully
+ • Fix crash during project-wide search and replace
+ • Translation updates
+
 ===============
 Version 3.37.92
 ===============
diff --git a/data/appdata/org.gnome.Builder.appdata.xml.in b/data/appdata/org.gnome.Builder.appdata.xml.in
index 2c7a5f812..803f2f680 100644
--- a/data/appdata/org.gnome.Builder.appdata.xml.in
+++ b/data/appdata/org.gnome.Builder.appdata.xml.in
@@ -86,6 +86,12 @@
   <translation type="gettext">gnome-builder</translation>
 
   <releases>
+    <release version="3.38.0" date="2020-09-12">
+      <p>
+        Builder 3.38.0 contains a number of bug fixes and performance improvements.
+        It also includes support for the rust-analyzer language server in Rust projects.
+      </p>
+    </release>
     <release version="3.37.92" date="2020-09-06">
       <description>
         <p>
diff --git a/meson.build b/meson.build
index 0581a51b3..1455eea8d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('gnome-builder', 'c',
           license: 'GPL3+',
-          version: '3.37.92',
+          version: '3.38.0',
     meson_version: '>= 0.54.0',
   default_options: [ 'c_std=gnu11',
                      'cpp_std=gnu++2a',


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