Skip to content

Releases: hubauth/authorized_keys

Stable

28 Aug 04:08
a345458
Compare
Choose a tag to compare

Now using stable nom 5

Faster (again) parsing, more conventional

01 Jun 07:43
v0.11.0
Compare
Choose a tag to compare

Changes

  • Replaced hand-written parser with nom 5.0.0-beta2 parser, improving
    readability and parsing speed. #7

Faster parsing, better structure

16 Apr 06:01
v0.10.0
Compare
Choose a tag to compare

Changes

  • Replaced pest-based parser with a hand-written parser, reducing dependencies and improving parsing speed #3.

Breaks

  • Public key types are now strongly-typed enums #2.
  • Model structs have been renamed #4.
  • Public key data is now nested within key authorizations #4.

Initial release

16 Apr 06:00
Compare
Choose a tag to compare
v0.9.0

initial release