Skip to content

Releases: ErickKramer/ripvcs

v1.0.3

24 Jun 10:10

Choose a tag to compare

Changelog

  • ec7c67a Update version.go for release v1.0.3
  • f0eae29 fix: Ensure ripvcs is not bound to a specific libc version

v1.0.2

22 May 09:33

Choose a tag to compare

Changelog

  • fd4531a Update version.go for release v1.0.2
  • 071f3a7 Improve finding performance
  • d6b9d84 Resolve exclude correctly
  • 75c185a Switch correct version
  • e79e383 doc: Fix example link

v1.0.1

28 Mar 18:44

Choose a tag to compare

Changelog

  • 42828bf Update version.go for release v1.0.1
  • f402298 ci(release): Ensure proper tag syntax
  • ec752bf feat(import): Add recurse-submodules option (#25)
  • 8e70729 ci(general): Add support for pull_request event
  • 73e37eb ref: Fix format in repos_helpers.go
  • 09b4120 ci(release): Add gofmt job
  • 83c4211 doc: Simplify binary installation

v1.0.0

25 Mar 19:47

Choose a tag to compare

Changelog

  • 3422e8d Update version.go for release v1.0.0
  • a3003fc ci(release): Fix version
  • 16d2d82 Update version.go for release v0.1.3
  • 3ddedda ci(release): Fix token for releaser
  • a6d06aa ci(release): Fix branch on which to push
  • d1a0d7a ci(release): Improve name of job
  • 55c4882 ci(release): Fix new tag
  • f1fbe27 ci(release): Debug new_tag task
  • 83e9912 ci(release): Update workflow tasks
  • 99ba30d doc: Remove pre-release notation
  • 42019d7 feat: Add exclude attribute to files
  • 6545ec9 ref: Improve messages format
  • 004d8ec ci: Bump go version
  • 71027da ref: Apply linter suggestions
  • 28589b1 Add exclude option for nested imports
  • 6ffd0c1 Add rename to README.md
  • 62735a1 Add .goreleaser.yaml
  • 6b1ab80 Add release workflow
  • 0d774ec feat: Add rosinstall support
  • cde3e97 ref!: Revert searchable repo path for import
  • 340bb32 ref: Improve error message for repository type
  • 9c543c2 ref: Fix linting warnings
  • 48173f8 feat: Support export visualization without file
  • 4539fcd ref: Improve handling of repository Path
  • 05e5267 ref: Improve error message for commit validation
  • 144d193 ref: Get directory name when root is a git dir
  • 9b326e3 feat: Add argument to visualize export data
  • b5d2cdb Bump tool version

v0.1.3

02 Jul 07:10

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

Full Changelog: v0.1.2...v0.1.3

Breaking changes

  • Change default behavior for import. It nows skip duplicated
    repositories by default. If one wishes to overwrite them, make sure to
    use the --force flag.

Additional changes

  • Add github workflow actions
  • Add export command

Add new flags to import and status command

05 Jun 09:40

Choose a tag to compare

Changes

  • --plain is added to status command to get a simpler status report. Ref: #5
  • --retry is added to import command to enable retrying to import a failed repository

New features

23 May 18:33

Choose a tag to compare

New features Pre-release
Pre-release
  • Add shallow clone flag to import
  • Add version command
  • Patch skip flag for import command

Alpha release

23 May 14:50

Choose a tag to compare

Alpha release Pre-release
Pre-release

Internal testing