Skip to content

Releases: alcroito/digitalocean-dyndns

test_release

29 Apr 14:59
Compare
Choose a tag to compare
test_release Pre-release
Pre-release

Changelog

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

[unreleased]

🚀 Features

🐛 Fixes

🚜 Refactor

  • (config) [breaking] Use clap derive API and figment for config parsing - (f449fdd) by (@alcroito)

    • BREAKING CHANGE: toml booleans and numbers in the config files
      can't be quoted anymore. Previously they had to be quoted strings due
      to implementation issues.
  • (config) Use std::time::Duration for update intervals - (6146957) by (@alcroito)

  • (tests) Install color_eyre when running tests - (92aa353) by (@alcroito) in #41

⚙️ Miscellaneous Tasks

Build

v0.0.5

26 Jan 23:45
Compare
Choose a tag to compare

Release date: 2023-01-27
Diff: v0.0.4...v0.0.5

Full changelog

🐛 Fixes

⚙️ Improvements

📦 Dependencies

🧹 Internal Improvements

Uncategorized

v0.0.4

03 Jan 20:20
Compare
Choose a tag to compare
  • Added advanced config mode
  • Added extra logging for which config files are considered for usage
  • Added --build-info option

v0.0.3

05 Mar 16:17
Compare
Choose a tag to compare
Bump version to 0.0.3

Forgot to bump to 0.0.2 when created previous release

v0.0.2

05 Mar 15:52
Compare
Choose a tag to compare
Allow updating the root domain

v0.0.1

21 Feb 15:56
Compare
Choose a tag to compare

Initial release