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

Bump version to 2.0.5 #172

Merged
merged 1 commit into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4"
VERSION = "2.0.5"
end