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

Commit

Permalink
Bump version to 2.0.4
Browse files Browse the repository at this point in the history
Release a new version after fixing several regressions in 2.0.3.
  • Loading branch information
stevecheckoway committed Nov 27, 2020
1 parent 2802475 commit e09cba3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Deprecated
### Removed
### Fixed
- Fixed assertion failure when a tag immediately followed the UTF-8 BOM.
### Security

## [2.0.4] - 2020-11-27
### Fixed
- Fixed a bug where `Nokogiri::HTML5.fragment(nil)` would raise an error. Now
it returns an empty `DocumentFragment` like it did in v2.0.2.
- Fixed assertion failure when a tag immediately followed the UTF-8 BOM.


## [2.0.3] - 2020-11-21
### Added
- Limit enforced on number of attributes per element, defaulting to 400 and
Expand Down
2 changes: 1 addition & 1 deletion lib/nokogumbo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Nokogumbo
VERSION = "2.0.3"
VERSION = "2.0.4"
end

0 comments on commit e09cba3

Please sign in to comment.