* [ANN] Guile-Git version 0.2.0 released
@ 2019-01-02 4:38 Erik Edrosa
2019-01-05 16:53 ` Amirouche Boubekki
0 siblings, 1 reply; 2+ messages in thread
From: Erik Edrosa @ 2019-01-02 4:38 UTC (permalink / raw)
To: guile-user, guile-git-devel
Hello everyone,
Guile-Git version 0.2.0 has been released.
Guile-Git[0] is a GNU Guile library providing an API to create and
interact with git repositories by using libgit2[1].
Guile-Git is free software and is licensed under GPLv3+.
* Download
Here is the release tarball:
https://gitlab.com/guile-git/guile-git/uploads/160f6a36c1be8d4fc1990a193081a04d/guile-git-0.2.0.tar.gz
* Changes in 0.2.0 (since 0.1.0)
** New Functionality
*** Add (git submodule) module
Add some initial bindings to libgit2's submodule functions. These
include ~git_submodule_name~, ~git_submodule_path~,
~git_submodule_owner~, ~git_submodule_head_id~,
~git_submodule_lookup~, ~git_submodule_init~, ~git_submodule_reload~,
~git_submodule_add_setup~, ~git_submodule_add_finalize~,
~git_submodule_add_to_index~, ~git_submodule_set_branch~, and
~git_submodule_update~.
** Bug fixes
*** Fix experience in REPL
When in the ~(git)~ module, you can use ~,use~ and ~,apropos~ in the
Guile REPL to get module and bindings in the module.
*** Correctly export ~repository-working-directory~
~(git repository)~ was exporting the incorrectly named
~repository-workdir~.
[0]: https://gitlab.com/guile-git/guile-git
[1]: https://libgit2.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ANN] Guile-Git version 0.2.0 released
2019-01-02 4:38 [ANN] Guile-Git version 0.2.0 released Erik Edrosa
@ 2019-01-05 16:53 ` Amirouche Boubekki
0 siblings, 0 replies; 2+ messages in thread
From: Amirouche Boubekki @ 2019-01-05 16:53 UTC (permalink / raw)
To: Erik Edrosa; +Cc: Guile User, guile-git-devel
Thanks!
Le mer. 2 janv. 2019 05:39, Erik Edrosa <erik.edrosa@gmail.com> a écrit :
>
> Hello everyone,
>
> Guile-Git version 0.2.0 has been released.
>
> Guile-Git[0] is a GNU Guile library providing an API to create and
> interact with git repositories by using libgit2[1].
>
> Guile-Git is free software and is licensed under GPLv3+.
>
> * Download
>
> Here is the release tarball:
>
> https://gitlab.com/guile-git/guile-git/uploads/160f6a36c1be8d4fc1990a193081a04d/guile-git-0.2.0.tar.gz
>
>
> * Changes in 0.2.0 (since 0.1.0)
>
> ** New Functionality
>
> *** Add (git submodule) module
>
> Add some initial bindings to libgit2's submodule functions. These
> include ~git_submodule_name~, ~git_submodule_path~,
> ~git_submodule_owner~, ~git_submodule_head_id~,
> ~git_submodule_lookup~, ~git_submodule_init~, ~git_submodule_reload~,
> ~git_submodule_add_setup~, ~git_submodule_add_finalize~,
> ~git_submodule_add_to_index~, ~git_submodule_set_branch~, and
> ~git_submodule_update~.
>
> ** Bug fixes
>
> *** Fix experience in REPL
>
> When in the ~(git)~ module, you can use ~,use~ and ~,apropos~ in the
> Guile REPL to get module and bindings in the module.
>
> *** Correctly export ~repository-working-directory~
>
> ~(git repository)~ was exporting the incorrectly named
> ~repository-workdir~.
>
>
> [0]: https://gitlab.com/guile-git/guile-git
> [1]: https://libgit2.org/
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-05 16:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-02 4:38 [ANN] Guile-Git version 0.2.0 released Erik Edrosa
2019-01-05 16:53 ` Amirouche Boubekki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).