Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

36 lines (29 loc) · 1.51 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.

2.0.2 - 2022-09-02

Fixed

  • Fix uninitialized instance variable warning. (#50, @casperisfine)

Added

  • Create a RELEASE.md with release instructions. (#44, @miry)
  • Introduce github actions to validate git tags and yaml. (#45, @miry)
  • Introduce CHANGELOG.md. (#47, @miry)

Changed

  • Update release pipeline to trigger only if a new tag appeared. (#46, @miry)
  • Add gem metafields source_code_uri and changelog_uri. (#47, @miry)

2.0.1 - 2022-03-15

Changed

  • Test against v3.0 and v3.1 ruby. Drop support of v2.5 ruby. (#42, @miry)
  • Reset http client on host changes. (#43, @miry)