File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
- {"." :" 5.2.6 " }
1
+ {"." :" 5.3.0 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.3.0] ( https://github.com/micke/valid_email2/compare/v5.2.6...v5.3.0 ) (2024-08-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * Deprecate blacklist and whitelist naming ([ 9df0bf8] ( https://github.com/micke/valid_email2/commit/9df0bf8c9912721b007e5a6acc67f533ca560c9f ) )
9
+ * Warn when loading deprecated files ([ 46634df] ( https://github.com/micke/valid_email2/commit/46634dff409f9a47f10684d629dc022b22daf362 ) )
10
+
3
11
## [ 5.2.6] ( https://github.com/micke/valid_email2/compare/v5.2.5...v5.2.6 ) (2024-08-10)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal:true
2
2
3
3
module ValidEmail2
4
- VERSION = "5.2.6 "
4
+ VERSION = "5.3.0 "
5
5
end
You can’t perform that action at this time.
0 commit comments