Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 17, 2024
1 parent a5e32cc commit 744ad67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This project uses [Semantic Versioning 2.0.0](https://semver.org/).

## 5.1.1

No significant changes. Releasing a mini version to address 5.1.0 release with major ruby requirement change (GH-315).


## 5.0.5

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/public_suffix/rule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def self.build(content, private: false)
# @param length [Integer]
# @param private [Boolean]
def initialize(value:, length: nil, private: false)
super(value: value, length: length, private: private)
super
length or @length += 1 # * counts as 1
end

Expand Down
2 changes: 1 addition & 1 deletion lib/public_suffix/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
module PublicSuffix

# @return [String] the current library version
VERSION = "5.0.5"
VERSION = "5.1.1"

end

0 comments on commit 744ad67

Please sign in to comment.