File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v6.0.0 / 2022-05-13
3+ ## 7.0.0 / 2022-11-09
4+
5+ - Refactor HTML and JSON parser classes (ec58206 and 6818c05)
6+ - Update indieweb-endpoints dependency constraint (4cd742f)
7+ - Relax nokogiri dependency constraint (e86f3bc)
8+ - ** Breaking change:** Update development Ruby to 2.7.6 and minimum Ruby to 2.7 (5bee7dd)
9+
10+ ## 6.0.0 / 2022-05-13
411
512### New Features
613
3239- Migrate test suite to RSpec (79ac684)
3340- Migrate to GitHub Actions (f5a3d7a)
3441
35- ## v5 .0.0 / 2020-12-13
42+ ## 5 .0.0 / 2020-12-13
3643
3744- Update absolutely and indieweb-endpoints gems to v5.0 (89f4ea8)
3845
39- ## v4 .0.0 / 2020-08-23
46+ ## 4 .0.0 / 2020-08-23
4047
4148- ** Breaking change:** Update minimum supported Ruby version to 2.5 (b2bc62f)
4249- Update indieweb-endpoints to 4.0 (e61588f)
4350- Update project Ruby version to 2.5.8 (2a626a6)
4451
45- ## v3 .0.0 / 2020-05-19
52+ ## 3 .0.0 / 2020-05-19
4653
4754- Reject "internal" URLs when sending webmentions (#24 ) (ccc82c8)
4855- Select only HTTP/HTTPS URLs when sending webmentions (#22 ) (39e5852)
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Webmention
4- VERSION = '6 .0.0'
4+ VERSION = '7 .0.0'
55end
You can’t perform that action at this time.
0 commit comments