Releases: ErickKramer/ripvcs
Releases · ErickKramer/ripvcs
v1.0.3
v1.0.2
v1.0.1
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
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
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--forceflag.
Additional changes
- Add github workflow actions
- Add export command
Add new flags to import and status command
Changes
--plainis added to status command to get a simpler status report. Ref: #5--retryis added to import command to enable retrying to import a failed repository
New features
- Add shallow clone flag to import
- Add version command
- Patch skip flag for import command
Alpha release
Internal testing