Skip to content

Latest commit

 

History

History
132 lines (73 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

132 lines (73 loc) · 2.24 KB

Changelog

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

This project adheres to Semantic Versioning.

We use an updated version of the Keep a Changelog format.
What we've changed:

  • We use a nicer title format (Version x.x.x (DD.MM.YYYY)) that plays well with cargo-dist.
  • We add **[Breaking]** to breaking changes to make them stand out more.

We do this to make it easier to read when using cargo-dist to generate the release notes from the changelog.

unreleased

Changed

  • updated cargo-dist
  • updated dependencies

Version 1.5.1 (12.12.2024)

Fixed

  • docker workflow#

Changed

  • optimized ipifiy implementation

Version 1.5.0 (12.12.2024)

Added

  • add own implementation that uses ipify for getting the public ip

Fixed

Version 1.4.0 (12.12.2024)

Added

  • added build for "aarch64-unknown-linux-musl"

Removed

  • removed build for "aarch64-pc-windows-msvc" (was not working so no breaking change here)

Version 1.3.0 (12.12.2024)

Added

  • added build for "aarch64-unknown-linux-gnu"
  • added build for "aarch64-pc-windows-msvc"

Changed

  • updated dependencies
  • updated to latest cargo-dist
  • updated docker image to use alpine 3.21

Version 1.2.3 (04.12.2024)

Changed

Version 1.2.2 (04.11.2024)

Changed

  • updated dependencies

Version 1.2.1 (22.08.2024)

Fixed

  • fixed cloudflare api

Changed

  • updated dependencies
  • updated to latest cargo-dist
  • updated rust

Version 1.2.0 (12.07.2024)

Added

  • docker image

Version 1.1.0 (12.07.2024)

Added

  • introduced cargo-dist
  • enhanced installers
  • added updater

Version 1.0.4 (05.03.2024)

Changed

  • updated dependencies

Version 1.0.3 (05.02.2024)

Changed

  • updated dependencies

Version 1.0.2 (04.12.2023)

Changed

  • only log when updated -> prevent log spam

Version 1.0.1 (03.12.2023)

Fixed

  • windows build

Version 1.0.0 (01.12.2023)

  • initial release