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

Commit d06655f

Browse files
committed
Bump version to 4.0.0
1 parent 80c80dd commit d06655f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.0.0 / 2022-01-06
4+
5+
- Remove Addressable dependency (daedf22)
6+
- **Breaking change:** Update minimum Ruby version to 2.6 (e2343ed)
7+
- Migrate to GitHub Actions (509b2c4)
8+
- Update project Ruby version to 2.6.9 (c39bc66)
9+
310
## 3.0.0 / 2021-05-22
411

512
- Add implicit type conversion methods, alias explicit methods, and update specs (d132535)

lib/link_header_parser/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

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

0 commit comments

Comments
 (0)