Skip to content

Releases: ffalcinelli/pinner

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 09 Jul 03:07
63b8e31
Release v0.0.13

v0.0.12

Choose a tag to compare

@github-actions github-actions released this 27 Jun 12:20
92d7985
Release v0.0.12

v0.0.11

Choose a tag to compare

@github-actions github-actions released this 20 Jun 13:37
dff77e1
Release v0.0.11

v0.0.10

Choose a tag to compare

@github-actions github-actions released this 19 Jun 11:44
0d1ba50
chore: bump version to 0.0.10

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 19 Jun 06:57
6b331c2
Align Cargo.lock

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 19 Jun 05:19
7304b39
Bump to version 0.0.8

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 19 Jun 03:54
0a369c3
Merge branch 'main' of github.com:ffalcinelli/pinner

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:06
96f6e49
docs: add Getting Started link to navigation menu

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 13 Jun 20:09
85c0ad2
fix: robust API error handling and enhanced debugging context

- Introduced PinnerError::RateLimit for explicit identification of global fatal errors.
- Implemented is_fatal() to distinguish between abortive (rate limits, IO) and skippable (404 Not Found) errors.
- Updated execution logic to issue a warning and continue on non-fatal action errors.
- Enhanced API error messages to include the service URL for better diagnostic visibility.
- Updated all related tests to verify the new behavioral and message requirements.

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 13 Jun 09:13
f3c9e7a
test: increase code coverage to >90% with comprehensive unit tests (#17)

* test: increase code coverage to >90% with comprehensive unit tests

- Added extensive unit tests for CLI, Errors, and GitHub modules.
- Implemented YAML edge case coverage (empty/malformed files).
- Verified idempotency and ignore-actions logic.
- Refactored main.rs and operations.rs for better testability.
- Achievement: ~91% line coverage.

* feat: add verify, GHE support, .pinner.toml, and shell completions; improve docs

* chore: fix clippy warnings and add doc-tests

- Resolved clippy failures by removing unnecessary borrows in test cases.
- Updated io::Error creation to use idiomatic `other` method.
- Added 6 doc-tests to improve API documentation and code coverage.