githits 0.10.1 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ Use `--depth` to request transitive output capped to that traversal depth. Omit
24
24
 
25
25
  ## Changelog
26
26
 
27
- `githits pkg changelog <registry:name>` returns recent release notes, newest first. `--limit` works in latest mode. `--from` switches to range mode, optionally capped by `--to`.
27
+ `githits pkg changelog <registry:name>` returns recent release notes. `--limit` caps latest mode. `--from` is the exclusive lower bound for range mode, which returns entries after `--from` through `--to` (or latest).
28
28
 
29
29
  Flags: `--repo-url <url>`, `--from <version>`, `--to <version>`, `--limit 1-50`, `--git-ref <ref>`, `--verbose`, `--no-body`, `--json`.
30
30