Skip to content

Releases: jontze/tankerkoenig-rs

v0.3.0

02 Nov 12:19
v0.3.0
cbdd84c
Compare
Choose a tag to compare

What's Changed

  • Drop support of rust versions before 1.74.0 #39
  • chore(deps): Update wiremock requirement from 0.5.19 to 0.6.0 by @dependabot in #36
  • chore(deps): Update reqwest requirement from 0.11.7 to 0.12.0 by @dependabot in #37
  • chore(deps): Upgrade all dependencies by @jontze in #39

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

v0.2.0

05 Feb 19:49
v0.2.0
4bce9d7
Compare
Choose a tag to compare

What's Changed

The MSRV changed from 1.68.0 to 1.70.0. Otherwise this is mainly a maintenance release with several dependency version bumps.

Other Changes

Full Changelog: v0.1.0...v0.2.0

v0.1.0

01 Nov 23:16
v0.1.0
585113a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump actions/checkout from 3 to 4 by @dependabot in #23
  • chore(deps): Bump codecov/codecov-action from 3 to 4 by @dependabot in #24
  • Revert "chore(deps): Bump codecov/codecov-action from 3 to 4" by @jontze in #25
  • Create API usage examples by @jontze in #26
  • Fix usage of incorrect API endpoint to get station details by @jontze in #27
  • Release v0.1.0 by @jontze in #28

Full Changelog: v0.1.0-rc.4...v0.1.0

v0.1.0-rc.4

16 Aug 22:09
v0.1.0-rc.4
aff3693
Compare
Choose a tag to compare
v0.1.0-rc.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-rc.3...v0.1.0-rc.4

v0.1.0-rc.3

08 Dec 11:59
575b9f1
Compare
Choose a tag to compare
v0.1.0-rc.3 Pre-release
Pre-release

What's Changed

  • Replace runtime ToManyStations error with compile time check by @jontze in #18

Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3

v0.1.0-rc.2

27 Jun 21:55
14b588a
Compare
Choose a tag to compare
v0.1.0-rc.2 Pre-release
Pre-release

What's Changed

  • feat: Throw error if prices for more than 10 stations requested by @jontze in #17

Full Changelog: v0.1.0-rc.1...v0.1.0-rc.2

v0.1.0-rc.1

14 Jun 23:57
07dd1e8
Compare
Choose a tag to compare
v0.1.0-rc.1 Pre-release
Pre-release

What's Changed

  • chore(deps): Update strum requirement from 0.23 to 0.24 by @dependabot in #3
  • chore(deps): Update strum_macros requirement from 0.23 to 0.24 by @dependabot in #2
  • chore(workflows): Split up workflows and reuse test flow by @jontze in #5
  • docs: Introduce documentation by @jontze in #4
  • feat: Improve parsing error message by @jontze in #11
  • chore: Run test workflow as matrix by @jontze in #12
  • refactor: Remove strum macro dependency and adjust imports by @jontze in #14
  • chore(workflow): Publish cargo release on github release by @jontze in #15
  • chore(workflow): Depend crates release workflow on tests by @jontze in #16

New Contributors

Full Changelog: https://github.com/jontze/tankerkoenig-rs/commits/v0.1.0-rc.1