Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.8.0 - 2024-05-06

Fixed

  • always use requested URL, rather than response URL (#16)

0.7.1 - 2024-04-10

Other

  • Upgrade reqwest to v0.12.3 (#12)

0.7.0 - 2024-02-23

Added

  • lint pr titles for better changelogs (#7)

Fixed

  • tests

Other

  • Allow extra headers to be attached to requests (#9)

0.6.1 - 2024-02-17

Added

  • added releaze-pls to the repository.

Other

  • Propagate unsupported error when server returns 200 (#5)