Skip to content

Releases: johnallen3d/conditions

conditions-v0.3.0

06 Jan 19:10
Compare
Choose a tag to compare

Added

  • split CLI and library into separate crates (#166)

v0.2.0

08 Oct 16:37
f728edf
Compare
Choose a tag to compare

Added

  • (current) allow optional region (#125)
  • (location) add caching (#123)

Other

  • remove usage of eprintln! (#126)
  • (deps) bump ureq from 2.7.1 to 2.8.0
  • (deps) bump clap from 4.4.5 to 4.4.6 (#118)
  • (deps) bump thiserror from 1.0.48 to 1.0.49 (#117)
  • (deps) bump clap from 4.4.4 to 4.4.5 (#116)
  • make clippy enforce pedantic lints (#115)
  • (deps) bump clap from 4.4.3 to 4.4.4 (#114)
  • (deps) bump clap from 4.4.2 to 4.4.3 (#111)
  • always squash the merges!
  • skip coverage for dependabot
  • add a crates.io badge (#110)
  • improve unit test coverage (#107)
  • add code coverage tracking (#108)
  • prevent release-plz running when dependabot (#104)
  • (deps) bump tibdex/github-app-token from 1 to 2 (#102)
  • (deps) bump actions/checkout from 3 to 4 (#101)
  • (deps) bump rustls-webpki from 0.100.1 to 0.100.2 (#97)
  • configure dependabot for actions (#100)
  • run dependabot checks daily
  • fix dependabot auto merge
  • enable dependabot auto merge (#96)
  • (deps) bump serde from 1.0.179 to 1.0.188 (#94)
  • towards (more) simplicity (#93)
  • update CI configuration (#92)
  • extract an http client trait (#85)

v0.1.3

06 Sep 15:05
5808905
Compare
Choose a tag to compare

Fixed

  • (weather) typo and invalid enum (#87)

v0.1.2

05 Sep 14:03
fc88529
Compare
Choose a tag to compare

Added

  • (weather) add fallback (#83)

Other

  • add installation instructions (#81)

v0.1.1

04 Sep 13:21
201bbb2
Compare
Choose a tag to compare

Other

  • (bin) setup binary release (#77)
  • (deps) bump thiserror from 1.0.47 to 1.0.48 (#70)

v0.1.0

04 Sep 12:36
4958367
Compare
Choose a tag to compare

Added

  • (config) add commands to view config info
  • allow user to set temp unit (#19)
  • allow user to store location (#17)
  • allow user to view stored token (#16)
  • [breaking] add support for setting token (#12)
  • read weatherapi token from config (#9)
  • (bin) initial commit

Fixed

  • disambiguate the term conditions

Other

  • (deps) bump clap from 3.2.23 to 4.1.4
  • add dependabot configuration
  • move from release-please to release-plz
  • better help for unit set
  • slightly better error handling (#23)
  • (unit) use enum for unit values
  • move current function to struct
  • (config) move to module
  • fix release-please permissions (#10)
  • add GitHub Actions configuration (#6)
  • add a license
  • link to shell script inspiration
  • (usage) add a note about usage with SketchyBar