Skip to content

Releases: catuhana/lure

Release v0.3.0

30 Nov 00:02
Compare
Choose a tag to compare

User Facing Changes

  • The CLI based configuration is moved to file based configuration. README can be checked for how it can be used.
  • Environment variable names have been refreshed and can be checked in README.

What's Changed

  • Bump reqwest from 0.11.20 to 0.11.22 by @dependabot in #1
  • Bump serde_json from 1.0.107 to 1.0.108 by @dependabot in #2
  • Bump clap from 4.4.6 to 4.4.7 by @dependabot in #3
  • Bump tokio from 1.32.0 to 1.33.0 by @dependabot in #4
  • Bump serde from 1.0.188 to 1.0.190 by @dependabot in #5
  • Bump rustix from 0.38.15 to 0.38.21 by @dependabot in #6
  • Bump tracing from 0.1.37 to 0.1.40 by @dependabot in #7
  • Bump async-trait from 0.1.73 to 0.1.74 by @dependabot in #8
  • Bump serde from 1.0.190 to 1.0.191 by @dependabot in #9
  • Update Rust crate serde to 1.0.192 by @renovate in #11
  • Lock file maintenance by @renovate in #12
  • Update Rust crate tokio to 1.34.0 by @renovate in #14
  • Update Rust crate clap to 4.4.8 by @renovate in #15
  • Lock file maintenance by @renovate in #16
  • Update Rust crate tracing-subscriber to 0.3.18 by @renovate in #18
  • Lock file maintenance by @renovate in #17
  • Lock file maintenance by @renovate in #19
  • Update Rust crate serde to 1.0.193 by @renovate in #20
  • Add CI, CD and Release Workflows by @tuhanayim in #26
  • Drop async-trait dependency and use the new AFIT RFC by @tuhanayim in #21
  • Bump rive dependency by @tuhanayim in #25
  • Move exit handler to listener folder and structure by @tuhanayim in #24
  • Use Try on sensible places instead of tracing::error! by @tuhanayim in #27
  • Several code refactors and simplifications by @tuhanayim in #28
  • Lock file maintenance by @renovate in #30
  • Update Rust crate clap to 4.4.10 by @renovate in #32
  • Refactor/more improvements by @tuhanayim in #31
  • Fix Rust cache on nightly toolchain by @tuhanayim in #33

New Contributors

  • @dependabot made their first contribution in #1
  • @renovate made their first contribution in #11
  • @tuhanayim made their first contribution in #26

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

04 Sep 20:24
Compare
Choose a tag to compare

This release mostly includes internal changes.

User-facing Changes

  • Add ListenBrainz platform
  • Added a CLI front-end to be able to customise lure easily
  • Add exit handling to reset user status back to default when exiting lure
  • Add logging

Full Changelog: 0.1.0...v0.2.0