Skip to content

Releases: TypicalHog/randevu

2.0.1

Choose a tag to compare

@TypicalHog TypicalHog released this 16 Mar 02:05
12efb0d
  • Fixed typo in README.md
  • Added Cargo.lock to .gitignore
  • Mitigated things that caused clippy warnings
  • Added documentation link to Cargo.toml
  • Updated dependencies
  • Updated to 2024 edition of Rust

2.0.0

Choose a tag to compare

@TypicalHog TypicalHog released this 14 May 21:27
  • Rewrote README.md
  • Changed the way hash is calculated in rdv()
  • Changed the date from &str to chrono::DateTime
  • Optimized rdv()
  • Added rdvt()

https://crates.io/crates/randevu/2.0.0

1.0.2

Choose a tag to compare

@TypicalHog TypicalHog released this 20 Feb 22:35
  • Changed Duration to TimeDelta (Duration was deprecated in the newest version of chrono)

https://crates.io/crates/randevu/1.0.2

1.0.1

Choose a tag to compare

@TypicalHog TypicalHog released this 20 Feb 01:26
e6b5337
  • Rewrote README.md
  • Improved documentation (added an example and improved formatting)

https://crates.io/crates/randevu/1.0.1

1.0.0

Choose a tag to compare

@TypicalHog TypicalHog released this 19 Feb 20:24
e34fe94