From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mathieu Othacehe Newsgroups: gmane.lisp.guile.user Subject: Guile-Git 0.4.0 released Date: Thu, 22 Oct 2020 10:08:27 +0200 Message-ID: <87tuumznr8.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6822"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Thu Oct 22 15:31:12 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kVagQ-0001cl-Lt for guile-user@m.gmane-mx.org; Thu, 22 Oct 2020 15:31:10 +0200 Original-Received: from localhost ([::1]:44552 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVagP-0002uD-Kv for guile-user@m.gmane-mx.org; Thu, 22 Oct 2020 09:31:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43356) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kVVeA-0005JY-BW for guile-user@gnu.org; Thu, 22 Oct 2020 04:08:30 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:39344) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVVeA-0008Fv-0L for guile-user@gnu.org; Thu, 22 Oct 2020 04:08:30 -0400 Original-Received: from [2a01:e0a:19b:d9a0:50c1:4a69:300e:4531] (port=40774 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kVVe9-0006gj-HP for guile-user@gnu.org; Thu, 22 Oct 2020 04:08:29 -0400 X-Mailman-Approved-At: Thu, 22 Oct 2020 09:29:20 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16995 Archived-At: Hello everyone, The release of Guile-Git version 0.4.0 is now out. Guile-Git is a GNU Guile library providing an API for interacting with git repositories using libgit2. Guile-Guile is free software, licensed under the GPLv3 or later. Latest release: https://gitlab.com/guile-git/guile-git/-/tags/v0.4.0 Latest release tarball: https://gitlab.com/guile-git/guile-git/uploads/2600bb0dfdfb00bfbe46811dccad51d8/guile-git-0.4.0.tar.gz Repository: https://gitlab.com/guile-git/guile-git Report issues: https://gitlab.com/guile-git/guile-git/issues NEWS * Changes in 0.4.0 (since 0.3.0) ** New Functionality *** Support for HTTP and HTTPS proxies *** Support for progress report ** Bug fixes *** Fix typo that made ~repository-index~ and ~repository-refdb~ unusable Thanks, Mathieu