Skip to content

Commit 182439b

Browse files
committed
Bump to 1.11.0
1 parent d3366ea commit 182439b

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
1.11.0 / 2021-01-08
3+
===================
4+
5+
* Merge pull request #23 from @marocchino / ruby-3-support
6+
* Use webrick's escape instead of encode_www_form_component
7+
* Support ruby 3
8+
* Fix doc for ValidateWebsite::Core initialize
9+
* Switch to gitlab ci and remove 2.{3,4} support
10+
* Update rubocop to 0.76.0
11+
212
1.10.0 / 2020-07-03
313
==================
414

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2009-2020 Laurent Arnoud <[email protected]>
3+
Copyright (c) 2009-2021 Laurent Arnoud <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining
66
a copy of this software and associated documentation files (the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ See [GitHub](https://github.com/spk/validate-website/graphs/contributors).
145145

146146
The MIT License
147147

148-
Copyright (c) 2009-2020 Laurent Arnoud <[email protected]>
148+
Copyright (c) 2009-2021 Laurent Arnoud <[email protected]>
149149

150150
---
151151
[![Build](https://img.shields.io/gitlab/pipeline/spkdev/validate-website/master)](https://gitlab.com/spkdev/validate-website/-/commits/master)

lib/validate_website/version.rb

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

33
# Version file for ValidateWebsite
44
module ValidateWebsite
5-
VERSION = '1.10.0'
5+
VERSION = '1.11.0'
66
end

0 commit comments

Comments
 (0)