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

Commit 6390e08

Browse files
committed
Bump version and update CHANGELOG
1 parent 207db81 commit 6390e08

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 5.1.1 / 2024-01-01
4+
5+
- RuboCop: Style/WordArray (7b5964f)
6+
- RuboCop: Style/StringLiteralsInInterpolation (152a44c)
7+
- Add source_code_uri to metadata (207db81)
8+
39
## 5.1.0 / 2023-12-12
410

511
- Remove upper Ruby version constraint (#52) (f34716e)

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 = "5.1.0"
4+
VERSION = "5.1.1"
55
end

0 commit comments

Comments
 (0)