Skip to content

test_release

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 14:59
· 5 commits to master since this 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