We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1b20a commit 473b408Copy full SHA for 473b408
History.md
@@ -1,4 +1,15 @@
1
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
11
+ * Nokigumbo is merged into nokogiri 1.12~
12
13
1.11.1 / 2021-01-10
14
===================
15
lib/validate_website/version.rb
@@ -2,7 +2,7 @@
# Version file for ValidateWebsite
module ValidateWebsite
- VERSION = '1.11.1'
+ VERSION = '1.12.0'
def self.jruby? # :nodoc:
defined?(RUBY_ENGINE) && RUBY_ENGINE == 'jruby'
0 commit comments