Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 009aba1

Browse files
committed
Update CHANGELOG and bump version
1 parent 57ca7b0 commit 009aba1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 5.0.0 / 2022-11-09
4+
5+
- **Breaking change:** Add `#to_ary`/`#to_a` method to `LinkHeadersCollection` (6a478ed)
6+
- Note: marking this as a breaking change since it changes the existing behavior to return an `Array` of `Hash`es instead of an `Array` of `LinkHeader`s
7+
- **Breaking change:** Update project Ruby version to 2.7.6 and minimum Ruby version to 2.7 (1e9df45)
8+
- Improve documentation and privatize constants (8a68aa0)
9+
- Remove Reek development dependency (423bc7a)
10+
- Use ruby/debug gem instead of pry-byebug (4cd9d26)
11+
312
## 4.0.0 / 2022-01-06
413

514
- Remove Addressable dependency (daedf22)

lib/link_header_parser/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LinkHeaderParser
4-
VERSION = '4.0.0'
4+
VERSION = '5.0.0'
55
end

0 commit comments

Comments
 (0)