Skip to content

Releases: src-d/go-borges

v0.1.3

09 Sep 17:46
688eaa8
Compare
Choose a tag to compare

Fixes a bug that created location metadata files in the wrong place:

  • siva: fix placement of metadata files with bucket #88

v0.1.2

09 Sep 12:48
d4f7dd5
Compare
Choose a tag to compare

Upgraded go-billy-siva to v4.6.0 to speedup reading references:

  • go.mod: update go-billy-siva version #87

v0.1.1

23 Aug 07:30
8493ff6
Compare
Choose a tag to compare

This patch version sets the default version to latest for siva libraries without metadata.

  • siva: new library metadata should point to latest version #85

v0.1.0

22 Aug 15:13
0972e27
Compare
Choose a tag to compare

This is the first release of go-borges as it implements all the features needed. Right now it supports these types of libraries:

  • siva: rooted repositories in versioned siva files
  • legacysiva: siva files with the old rooted repository organization
  • plain: normal git repositories in directories
  • libraries: library that can contain any of the other ones, used for composition

The most advanced and supported type is siva. API can still be changed.