Releases: rtkay123/mirro-rs
Releases · rtkay123/mirro-rs
v0.2.3
Bug Fixes
db93756
- nightly docs builds727f570
- 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 deps79046b6
- use workspace deps (PR #90 by @rtkay123)cb9faed
- update config location182c4ca
- update config locationd284aad
- 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 badge0528c35
- 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
New Features
37245a4
- get mirrors with client25250b0
- replace logger with tracing6506dd1
- 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
What's Changed
- ci: configure dependabot by @rtkay123 in #13
- build(deps): update itertools requirement from 0.10.5 to 0.11.0 in /crates/mirro-rs by @dependabot in #15
- build(deps): update crossterm requirement from 0.25.0 to 0.27.0 in /crates/mirro-rs by @dependabot in #16
- build(deps): update toml requirement from 0.5.10 to 0.8.8 in /crates/mirro-rs by @dependabot in #17
- build(deps): update dirs requirement from 4.0.0 to 5.0.1 in /crates/mirro-rs by @dependabot in #18
- build(deps): update notify requirement from 5.0.0 to 6.1.1 in /crates/mirro-rs by @dependabot in #19
- build(deps): update itertools requirement from 0.10.5 to 0.11.0 in /crates/archlinux by @dependabot in #14
- Update readme by @rtkay123 in #20
- chore: add issue templates by @rtkay123 in #21
- tests: add tests to test suite by @rtkay123 in #22
- Implement From to convert args to config struct by @rtkay123 in #23
- v0.2.1 by @rtkay123 in #25
- docs: update README.md about official Arch Linux package by @orhun in #24
- ci: extract coverage to separate job by @rtkay123 in #26
New Contributors
- @dependabot made their first contribution in #15
- @orhun made their first contribution in #24
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
- feat: add journal entry on export on Linux systems by @rtkay123 in ca0bb24
New Contributors
Full Changelog: v0.1.0...v0.2.0