Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 647 Bytes

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 647 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.1 - 2024-11-14

  • Make the configuration struct clonable and printable

0.2.0 - 2024-10-07

  • Use the standard core::net::Ipv4Addr instead of a custom type.

0.1.2 - 2023-08-30

  • Switch to Dead phase if LCP gets terminated by the peer.

0.1.1 - 2023-08-26

  • Fix sending replies to echo requests.
  • Reduce log verbosity at info level.

0.1.0 - 2023-08-25

  • First release