diff --git a/CHANGELOG.md b/CHANGELOG.md index ec57c7a..852db7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## [Unreleased] +## [0.2.0] - 2024-04-26 + +- When a `` tag is seen first in the input string, include the `` tag in the returned fragment or node set. (#3, #4) @flavorjones + + ## [0.1.1] - 2024-04-24 - Make protected methods `#context` and `#pluck_path` public, but keeping them undocumented. diff --git a/lib/nokogiri/html5/inference/version.rb b/lib/nokogiri/html5/inference/version.rb index 547a5a5..a2bc10b 100644 --- a/lib/nokogiri/html5/inference/version.rb +++ b/lib/nokogiri/html5/inference/version.rb @@ -3,7 +3,7 @@ module Nokogiri module HTML5 module Inference - VERSION = "0.1.1" + VERSION = "0.2.0" end end end