Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 2.76 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.

No notable changes.

0.5.0 - 2023-06-12

Changed

  • Require Ruby ≥ 3.0 (#175)
  • Test against Ruby 3.1 (#107)
  • Test against Ruby 3.2 (#175)
  • Require Nokogiri ≥ 1.14.3 (#175)

Fixed

  • Handle links generated by recent versions of RDoc (#175)

0.4.1 - 2021-11-15

Changed

  • Require MFA to publish gem (#92)

0.4.0 - 2021-01-29

Changed

  • Require Ruby ≥ 2.5 (#40)
  • Test against Ruby 3.0 (#41)

0.3.0 - 2020-07-26

Added

  • Support for relative links to all extra files, not just markdown (#9)

0.2.0 - 2020-03-06

Changed

  • Stop testing against old Rubies and upgrade dependencies (#6)

0.1.2 - 2018-06-11

Changed

  • Fix documentation (#3)

0.1.1 - 2018-06-11

Changed

  • Fix error on plugin load (#2)

0.1.0 - 2018-06-11

Added

  • A YARD plugin to allow relative links between Markdown files (#1)