Releases: thedavidweng/zenodo-cli
Releases · thedavidweng/zenodo-cli
v0.1.1
What's Changed
See the changelog for full details.
Changelog
Features
- 78581b3: feat: add file deletion, version listing, DOI reservation, community submission (@thedavidweng)
- b4812cd: feat: add files info/import, records requests; update CHANGELOG (@thedavidweng)
Bug Fixes
- 5fa1b98: fix: pass raw metadata JSON, increase timeout, use InvenioRDM 5.x creators (@thedavidweng)
Full Changelog: v0.1.0...v0.1.1
Installation
Homebrew (macOS/Linux):
brew tap thedavidweng/tap
brew install zenodo
Go:
go install github.com/thedavidweng/zenodo-cli/cmd/zenodo@v0.1.1
v0.1.0
What's Changed
See the changelog for full details.
Changelog
Features
- 092b310: feat: add download --latest, enforce --read-only/--dry-run, improve CLI UX (Davy 95214375+thedavidweng@users.noreply.github.com)
- 30f9346: feat: use os.UserConfigDir for cross-platform config paths (Davy 95214375+thedavidweng@users.noreply.github.com)
Bug Fixes
- 33da03a: fix: add missing internal/zenodo and cmd/zenodo packages (Davy 95214375+thedavidweng@users.noreply.github.com)
- fefee12: fix: add syft installation to release workflow for SBOM generation (Davy 95214375+thedavidweng@users.noreply.github.com)
- 7a01c5f: fix: config Save fails on Windows when file already exists (Davy 95214375+thedavidweng@users.noreply.github.com)
- b9004b9: fix: install syft via curl instead of missing GitHub Action (Davy 95214375+thedavidweng@users.noreply.github.com)
- f01b280: fix: remove manual completions step from release workflow (Davy 95214375+thedavidweng@users.noreply.github.com)
- 6830a39: fix: resolve lint issues in zenodo package (Davy 95214375+thedavidweng@users.noreply.github.com)
- 8a50316: fix: separate lint job and add go mod download (Davy 95214375+thedavidweng@users.noreply.github.com)
- 0ec3b1e: fix: skip permission tests on Windows (Davy 95214375+thedavidweng@users.noreply.github.com)
- 90b47bc: fix: update CI to match flickr-cli pattern (Davy 95214375+thedavidweng@users.noreply.github.com)
- dedc34d: fix: update go.mod dependencies (direct vs indirect) (Davy 95214375+thedavidweng@users.noreply.github.com)
Documentation
- 2b54707: docs: add verified GitHub links to comparison table (Davy 95214375+thedavidweng@users.noreply.github.com)
Maintenance
- 164fb33: refactor: remove config migration logic (Davy 95214375+thedavidweng@users.noreply.github.com)
Other
- f1c19b4: Initial commit (Davy 95214375+thedavidweng@users.noreply.github.com)
Full Changelog: ...v0.1.0
Installation
Homebrew (macOS/Linux):
brew tap thedavidweng/tap
brew install zenodo
Go:
go install github.com/thedavidweng/zenodo-cli/cmd/zenodo@v0.1.0