Skip to content

Releases: pharo-vcs/libgit2-pharo-bindings

v3.2.1

23 Jul 16:39
f0d5fed

Choose a tag to compare

What's Changed

  • Backport addition of support for using ‘git_stash_save’ to Pharo 13 by @Rinzwind in #100

Full Changelog: v3.2.0...v3.2.1

v3.1.3

23 Jul 18:20
8504123

Choose a tag to compare

What's Changed

  • Backport addition of support for using ‘git_stash_save’ to Pharo 12 by @Rinzwind in #101

Full Changelog: v3.1.2...v3.1.3

v3.2.0

26 May 12:53
b69b0fd

Choose a tag to compare

What's Changed

  • Add libgit 1.8 support for Pharo 13 by @gcotelli in #86
  • Remove call to deprecated Author by @jecisc in #83
  • Improve protocols by @jecisc in #89
  • Add #refresh on LGitIndex by @Rinzwind in #91
  • Reimplement #basicIsDirectory: and #basicIsFile: on LGitCommitStore as a comparison of the LGitTree’s or LGitTreeEntry’s #type instead of as a delegation to its #object by @Rinzwind in #93
  • Reimplement #isBlob and #isLeaf on LGitTreeEntry as a comparison of the entry’s #type instead of as a delegation to its #object by @Rinzwind in #92
  • Add libgit2 1 9 by @estebanlm in #90
  • fix: LGitBlob contents by @matijakljajic in #97

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.2

08 Mar 15:56
3ee1de2

Choose a tag to compare

What's Changed

  • Backport addition of #refresh on LGitIndex by @Rinzwind in #94
  • Backport reimplementation of #isBlob and #isLeaf on LGitTreeEntry as a comparison of the entry’s #type to Pharo 12 by @Rinzwind in #95
  • Backport reimplementation of #basicIsDirectory: and #basicIsFile: on LGitCommitStore as a comparison of the LGitTree’s or LGitTreeEntry’s #type to Pharo 12 by @Rinzwind in #96

Full Changelog: v3.1.1...v3.1.2

v3.1.1

04 Jun 09:42
e1bac0d

Choose a tag to compare

What's Changed

  • Fix for pharo/pharo-project#16677: libgit2 library not listed in LGitLibrary>>#unix64LibraryName by @gcotelli in #85

Full Changelog: v3.1.0...v3.1.1

v3.1.0

22 Apr 12:29
e24b64b

Choose a tag to compare

What's Changed

  • Fix diff_stats_to_buf FFI call by @StefanoStone in #80
  • Using GitHub Tokens stopped working in P12 when loading non-public project by @astares in #82

New Contributors

Full Changelog: v3.0.9...v3.1.0

Version v3.0.9

20 Nov 13:28
c31ed29

Choose a tag to compare

What's Changed

  • Use isNotNil and isNotEmpty in LibGit packages by @astares in #78

Full Changelog: v3.0.8...v3.0.9

Version 3.0.8

23 Oct 15:10
2de7b2d

Choose a tag to compare

Adding support to set the proxy in fetch operations

v3.0.6.1

14 Sep 14:36
2890bcd

Choose a tag to compare

add libgit2 1.7 support on linux

v3.0.7

06 Sep 13:28
ed909fa

Choose a tag to compare

add support for libgit 1.7