layer4-proxy/CHANGELOG.md
Jacob Kiers aff46b6bfb Update dependencies to latest version
This also fixes a build failure which would otherwise happen due to the
time crate.

Signed-off-by: Jacob Kiers <code@kiers.eu>
2025-01-09 20:21:34 +01:00

1.2 KiB

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.

Unreleased

Changed

  • Updated some dependencies to prevent the build from breaking.

0.1.9 - 2024-06-22

Deprecated

The ability to run l4p without arguments is now deprecated. Please use l4p serve going forward.

Added

  • Added self update functionality. Just run l4p update to use it.
  • Now keeping a change log in the CHANGELOG.md file.

Changed

  • Updated build pipeline to generate much smaller binaries

Previous versions

Types of changes:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.