Skip to content

rage v0.11.4

Choose a tag to compare

@github-actions github-actions released this 14 Jul 02:51

rage

Fixed

  • Armored files that contain an empty final line are now correctly rejected.

age 0.11.5

Fixed

  • age::armor::ArmoredReader:
    • It now correctly implements the intended strict parsing profile (initially implemented in 0.9.0) by rejecting an empty final line.
    • The async API now correctly rejects some classes of truncated files that previously would cause it to hang.