Skip to content

Releases: gsnw/fping-rust

v0.1.1

28 Mar 11:40
3479c28

Choose a tag to compare

fping-rust 0.1.1 (2026-03-28)

v0.1.0

19 Mar 10:18
5fcc536

Choose a tag to compare

fping-rust 0.1.0 (2026-03-19)

  • Update cargo metadata and github action release
  • Add metadata description and license
  • Add github action codeQL
  • Remove create changelog from release pipline and add a ci script
  • Update github release pipline
  • Resolves a warning regarding unused constants and variables and removes a structure
  • Update to the README
  • Create github action release for crates.io
  • Add GPLv3 license
  • Remove windows-latest from github workflow and limit push only on main
  • Fix macOS mismatched types
  • Create github rust-ci workflow
  • Fix dns resolve fallback if ipv6 not found
  • Unit-Tests created
  • Fix SOCK_DGRAM for unprivileged users
  • Fix default mode without root
  • First version of fping-rust