Skip to content

Latest commit

 

History

History
83 lines (69 loc) · 7.94 KB

CHANGELOG.md

File metadata and controls

83 lines (69 loc) · 7.94 KB

v0.2.3 - 2024-03-02

Bug Fixes

  • db93756 - nightly docs builds
  • 727f570 - deps: update rust crate chrono to 0.4.34 (commit by @renovate[bot])
  • 07e3c72 - deps: update rust crate unicode-width to 0.1.11 (commit by @renovate[bot])
  • b359df8 - deps: update rust crate log to 0.4.20 (commit by @renovate[bot])
  • 3c3f33e - deps: update tui (commit by @renovate[bot])
  • b73451e - deps: update rust crate reqwest to 0.11.24 (commit by @renovate[bot])
  • f544b57 - deps: update rust crate ahash to 0.8.8 (commit by @renovate[bot])
  • d24c337 - deps: update rust crate thiserror to 1.0.57 (commit by @renovate[bot])
  • 3221ed7 - deps: update rust crate ratatui to 0.26.1 (commit by @renovate[bot])
  • 958d9e6 - deps: update rust crate anyhow to 1.0.80 (commit by @renovate[bot])
  • 083b93d - deps: update rust crate serde_yaml to 0.9.32 (commit by @renovate[bot])
  • a304aa4 - deps: update rust crate ahash to 0.8.9 (commit by @renovate[bot])
  • a471dca - deps: update rust crate ahash to 0.8.10 (commit by @renovate[bot])
  • 62895cb - deps: update rust crate log to 0.4.21 (commit by @renovate[bot])

Chores

  • cb51fef - update deps
  • 79046b6 - use workspace deps (PR #90 by @rtkay123)
  • cb9faed - update config location
  • 182c4ca - update config location
  • d284aad - deps: update actions/upload-artifact action to v4.3.1 (commit by @renovate[bot])
  • ea56bc0 - deps: update rust crate clap_mangen to 0.2.20 (commit by @renovate[bot])
  • 132e725 - update msrv badge
  • 0528c35 - deps: update clap to 4.5.0 (commit by @renovate[bot])
  • d86c6da - deps: update ncipollo/release-action action to v1.14.0 (commit by @renovate[bot])
  • 18659e1 - deps: update rust crate itertools to 0.12.1 (commit by @renovate[bot])
  • 8c36740 - deps: update alpine docker tag to v3.19.1 (commit by @renovate[bot])
  • b9eef3f - deps: update rust crate toml to 0.8.10 (commit by @renovate[bot])
  • 81ddbdd - deps: update rust crate tokio to 1.36.0 (commit by @renovate[bot])
  • 1ffd1fc - deps: update rust crate clap to 4.5.1 (commit by @renovate[bot])
  • 8180f94 - deps: update rust crate clap_complete to 4.5.1 (commit by @renovate[bot])
  • c83e0ba - deps: update rust crate serde to 1.0.197 (commit by @renovate[bot])
  • b02a39c - deps: update rust crate serde_json to 1.0.114 (commit by @renovate[bot])
  • 26c6966 - bump pkg ver

v0.2.2 - 2023-11-19

New Features

  • 37245a4 - get mirrors with client
  • 25250b0 - replace logger with tracing
  • 6506dd1 - handle cases where journald is absent

Bug Fixes

  • d829437 - remove flaky parsing and get lastsync timestamp directly from url (commit by @phanen)
  • 6a4c8ac - skip journal errors outside of unix

Refactors

  • 983bc38 - use non blocking fs module

Chores

[v0.2.1] - 2023-11-14

What's Changed

  • tests: add more tests to test suite by @rtkay123 in #22
  • Implement From to convert args to config struct by @rtkay123 in #23
  • docs: update README.md about official Arch Linux package by @orhun in #24

New Contributors

  • @dependabot made their first contribution in #15
  • @orhun made their first contribution in #24

Full Changelog: https://github.com/rtkay123/mirro-rs/compare/v0.2.0...v0.2.1

[v0.2.0] - 2023-11-11

What's Changed

  • fix: make ftp known as protocol type by @rtkay123 in #8
  • chore: replace tui with ratatui by @rtkay123 in #9
  • refactor: replace hyper with reqwest by @rtkay123 in #10

New Contributors

  • @rtkay123 made their first contribution in #8