Skip to content
This repository was archived by the owner on Aug 26, 2023. It is now read-only.

Commit e09cba3

Browse files
Bump version to 2.0.4
Release a new version after fixing several regressions in 2.0.3.
1 parent 2802475 commit e09cba3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
### Deprecated
1212
### Removed
1313
### Fixed
14-
- Fixed assertion failure when a tag immediately followed the UTF-8 BOM.
1514
### Security
1615

16+
## [2.0.4] - 2020-11-27
17+
### Fixed
18+
- Fixed a bug where `Nokogiri::HTML5.fragment(nil)` would raise an error. Now
19+
it returns an empty `DocumentFragment` like it did in v2.0.2.
20+
- Fixed assertion failure when a tag immediately followed the UTF-8 BOM.
21+
22+
1723
## [2.0.3] - 2020-11-21
1824
### Added
1925
- Limit enforced on number of attributes per element, defaulting to 400 and

lib/nokogumbo/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Nokogumbo
2-
VERSION = "2.0.3"
2+
VERSION = "2.0.4"
33
end

0 commit comments

Comments
 (0)