Upgrade to 2.0.1 37/305137/1
authorwangbiao <biao716.wang@samsung.com>
Mon, 29 Jan 2024 06:33:29 +0000 (15:33 +0900)
committerwangbiao <biao716.wang@samsung.com>
Mon, 29 Jan 2024 06:33:29 +0000 (15:33 +0900)
Change-Id: I4fdcb4759b14e9cabef9a13ae534c3adfc43d358
Signed-off-by: wangbiao <biao716.wang@samsung.com>
debian/changelog
docs/RELEASE_NOTES
gitbuildsys/__init__.py
packaging/gbs.changes
packaging/gbs.spec

index 7a39336..76192bf 100755 (executable)
@@ -1,3 +1,12 @@
+gbs (2.0.1) unstable; urgency=high
+  * upgrade to gbs v2.0.1, which contains the following features:
+     * New feature and enhancements added:
+     * Add support for ubuntu 22.04.
+     * Port code from python2.x to python3.x version.
+     * Fix some bugs during gbs run time.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Mon, 29 Jan 2024 13:30:00 +0800
+
 gbs (0.26.1) unstable; urgency=high
   * upgrade to gbs v0.26.1, which contains the following features:
      * New feature and enhancements added:
index 451b208..c75a662 100755 (executable)
@@ -1,3 +1,14 @@
+Release notes for gbs 2.0.1
+==========================
+
+- Release Date: 2024-1
+
+- New feature and enhancements added:
+    * Add support for openSUSE15.2
+    * Add support for ubuntu 22.04
+    * Port code from python2.x to python3.x version
+    * Fix some bugs during gbs run time
+
 Release notes for gbs 0.26.1
 ==========================
 
index 0a4d116..2272325 100755 (executable)
@@ -20,4 +20,4 @@
 module for gbs tool
 """
 
-__version__ = "0.26.1"
+__version__ = "2.0.1"
index 4c7338f..ca65314 100755 (executable)
@@ -1,3 +1,10 @@
+* Mon Jan 29 2024 Biao Wang <biao716.wang@samsung.com> 2.0.1
+  * upgrade to gbs v2.0.1, which contains the following features:
+    * New feature and enhancements added:
+      - Add support for openSUSE15.2
+      - Port code from python2.x to python3.x version
+      - Fix some bugs during gbs run time
+
 * Wed Nov 01 2023 Biao Wang <biao716.wang@samsung.com> 0.26.1
   * upgrade to gbs v0.26.1, which contains the following features:
     * New feature and enhancements added:
index 5ee1e4d..af9f512 100755 (executable)
@@ -5,7 +5,7 @@
 
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
-Version:    0.26.1
+Version:    2.0.1
 %if 0%{?opensuse_bs}
 Release:    1.<CI_CNT>.<B_CNT>
 %else