Skip to content

Releases: amitsaha/gitbackup

v1.0.3

03 Jan 06:24

Choose a tag to compare

Hopefully this is the last of fixes to get goreleaser working. I blame my own laziness and AI promising to take away all the gruntwork, of course.

Please see v1.0.0 release notes for the actual relevant release notes

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Jan 06:09

Choose a tag to compare

Fixed goreleaser configuration 🤞

Please see v1.0.0 release notes here.

What's Changed

  • Migrate .goreleaser.yml to v2 format by @Copilot in #182
  • Add goreleaser validation to CI by @Copilot in #185

Full Changelog: v1.0.1...v1.0.2

v1.0.1

03 Jan 05:19

Choose a tag to compare

v1.0.1 Pre-release
Pre-release

Fix the go releaser config

What's Changed

  • Replace deprecated --rm-dist flag with --clean in GoReleaser workflow by @Copilot in #180

Please see the v1.0.0 release notes.

v1.0.0

03 Jan 05:06

Choose a tag to compare

Binaries: Please find the binaries in this release

I was forced to do a v1.0.0 release, as the previous release was 0.9.0 and we have new feature in this release. Hence, it doesn't mean much in terms of stability. However, we do have new features in addition to various updates, so that's nice.

Highlights

What's Changed

  • Bump golang.org/x/net from 0.0.0-20220520000938-2e3eb7b945c2 to 0.7.0 by @dependabot[bot] in #92
  • Bump github.com/99designs/keyring from 1.2.1 to 1.2.2 by @dependabot[bot] in #95
  • Bump github.com/xanzy/go-gitlab from 0.65.0 to 0.90.0 by @dependabot[bot] in #94
  • Add a test for the command's usage message by @amitsaha in #96
  • Use Go 1.21 by @amitsaha in #97
  • Move stuff out of main by @amitsaha in #98
  • Refactor the repostiories listing/get code by @amitsaha in #100
  • Bump github.com/cli/oauth from 0.8.0 to 1.0.1 by @dependabot[bot] in #103
  • Bump github.com/xanzy/go-gitlab from 0.90.0 to 0.92.1 by @dependabot[bot] in #109
  • Bump github.com/xanzy/go-gitlab from 0.92.1 to 0.95.2 by @dependabot[bot] in #128
  • Bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot[bot] in #114
  • Bump github.com/migueleliasweb/go-github-mock from 0.0.5 to 0.0.22 by @dependabot[bot] in #119
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot[bot] in #140
  • Bump golang.org/x/oauth2 from 0.6.0 to 0.25.0 by @dependabot[bot] in #146
  • Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 by @dependabot[bot] in #143
  • Bump golang.org/x/crypto from 0.21.0 to 0.31.0 by @dependabot[bot] in #148
  • Bump github.com/cli/oauth from 1.0.1 to 1.2.0 by @dependabot[bot] in #150
  • Bump github.com/xanzy/go-gitlab from 0.95.2 to 0.115.0 by @dependabot[bot] in #151
  • upgrade go version to 1.24 and fix compatibility issues in client.go … by @princekinlee in #165
  • ✨ Set up Copilot instructions for the repository by @Copilot in #173
  • Refactor codebase to improve readability and maintainability by @Copilot in #171

New Contributors

Full Changelog: v0.9.0...v1.0.0

v0.9.0

01 Jan 21:40
d7d659a

Choose a tag to compare

New Features

  • GitHub: Add users/orgs whitelist flag by @jcm300 in #88

Other changes

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

23 Oct 06:10
a913105

Choose a tag to compare

What's Changed

  • Fix bug introduced in backup directory creation by @amitsaha in #83

Full Changelog: v0.8.3...v0.8.4

v0.8.3

23 Oct 04:53
1b5f94d

Choose a tag to compare

What's Changed

  • Correct typo for bitbucket by @steveh in #81 This will fix the default directory path selected for the backup for bitbucket.
  • Refactor the setup backup directory implementation by @amitsaha in #82

Full Changelog: v0.8.2...v0.8.3

v0.8.2

25 Jul 11:29
94d063f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

20 May 03:13
0e36d43

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 Jan 06:01
b4a3713

Choose a tag to compare

Changelog

  • b4a3713 GitLab: Allow cloning starred repositories (#70)
  • edc0842 Upgrade GitLab Go SDK to latest version (#69)