Skip to content

Commit 473b408

Browse files
committed
Bump to 1.12.0
1 parent 9c1b20a commit 473b408

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

History.md

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

2+
1.12.0 / 2022-11-15
3+
===================
4+
5+
* Regen manpages
6+
* Bump year
7+
* Fix lint Metrics/AbcSize on check_page
8+
* Fix test/static_test.rb with relative path
9+
* Add relative link test fail
10+
* Fix test/static_test.rb with relative path
11+
* Nokigumbo is merged into nokogiri 1.12~
12+
213
1.11.1 / 2021-01-10
314
===================
415

lib/validate_website/version.rb

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

33
# Version file for ValidateWebsite
44
module ValidateWebsite
5-
VERSION = '1.11.1'
5+
VERSION = '1.12.0'
66

77
def self.jruby? # :nodoc:
88
defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'

0 commit comments

Comments
 (0)