Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 09:17
· 14 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.1.0
1fb5a49

What's Changed

  • ci: remove release-drafter by @jfut in #5
  • read layered compressed rotated logs by @jfut in #6
  • feat: replace --all-sources with -s SOURCE option by @jfut in #7

⚠️ Breaking Changes

The -A, --all-sources option has been removed.

Use the new -s, --source option instead:

Show only user events (default):

prec -s user

Show only system events:

prec -s system

Show both user and system events:

prec -s any

Full Changelog: v0.0.4...v0.1.0