Skip to content

Commit 3a8a8c5

Browse files
committed
Release 3.0.0
1 parent 995e9e5 commit 3a8a8c5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
#### master
3+
4+
#### Release 3.0.0
45

56
This new version includes a major redesign of the library internals, with the goal to drastically
67
improve the lookup time while reducing storage space.
@@ -16,6 +17,7 @@ and/or removed. You can find more information at GH-133.
1617
- CHANGED: `PublicSuffix::List` no longer implements Enumerable. Instead, use `#each` to loop over, or get an Enumerator.
1718
- CHANGED: Redesigned internal list storage and lookup algorithm to achieve O(1) lookup time (see GH-133).
1819

20+
1921
#### Release 2.0.5
2022

2123
- CHANGED: Updated definitions.

lib/public_suffix/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
module PublicSuffix
88
# The current library version.
9-
VERSION = "2.0.5".freeze
9+
VERSION = "3.0.0".freeze
1010
end

0 commit comments

Comments
 (0)