[libgit2-glib] Release 1.0.0



commit a5a56c5ef77460239aded81dc9df2abb1e856a58
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu Dec 23 00:10:44 2021 +0100

    Release 1.0.0

 NEWS        | 10 ++++++++++
 README      |  4 ++--
 meson.build |  2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index bed3d6f..dc0c8f0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+News in 1.0.0
+-------------
+* Allow diff without repository
+* Allow null options on ggit_checkout API
+* Invalid path resolving relative path on windows
+* Add git_repository_set_head_detached to the public API
+* Added a wrapper function for git_remote_prune
+* Several meson improvements
+* Misc bug fixes
+
 News in 0.99.0.1
 ----------------
 * git_merge: fix their_heads_length parameter
diff --git a/README b/README
index 8fb9915..ff9894a 100644
--- a/README
+++ b/README
@@ -20,8 +20,8 @@ gobject-introspection 0.9.x.
 
 Simple install procedure:
 
-  % tar Jxf libgit2-glib-0.99.0.1.tar.xz  # unpack the sources
-  % cd libgit2-glib-0.99.0.1              # change to the toplevel directory
+  % tar Jxf libgit2-glib-1.0.0.tar.xz     # unpack the sources
+  % cd libgit2-glib-1.0.0                 # change to the toplevel directory
   % meson builddir                        # run meson
   % ninja -C builddir                     # build libgit2-glib
   # [ Become root if necessary ]
diff --git a/meson.build b/meson.build
index f3e6b41..a32c91f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libgit2-glib', 'c',
-  version: '0.99.0.1',
+  version: '1.0.0',
   default_options: 'buildtype=debugoptimized',
   license: 'LGPL2+',
   meson_version: '>= 0.49.0',


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