From f4b0f9844aa2510bb79145d494a90d07c7da31ac Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Wed, 17 Mar 2021 08:49:51 -0400 Subject: [PATCH] Bump version to 2.0.5 --- CHANGELOG.md | 6 +++--- lib/nokogumbo/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87345e30..50aaa672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,16 +13,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed ### Security -## next +## [2.0.5] - 2021-03-17 ### Fixed - Support Mageia distros when libxml2/libxslt system libraries are install. #165 (Thank you, @pterjan!) -### Addded +### Added - Forward-looking support for a version of Nokogiri that will provide HTML5 parsing. #171 ### Improved -- Update extconf.rb to use Nokogiri v1.11's CPPFLAGS for more reliable installation. +- Update extconf.rb to use Nokogiri v1.11's CPPFLAGS for more reliable installation. #163 ## [2.0.4] - 2020-11-27 diff --git a/lib/nokogumbo/version.rb b/lib/nokogumbo/version.rb index aa31e212..415653ca 100644 --- a/lib/nokogumbo/version.rb +++ b/lib/nokogumbo/version.rb @@ -1,3 +1,3 @@ module Nokogumbo - VERSION = "2.0.4" + VERSION = "2.0.5" end