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

Commit

Permalink
Merge pull request #172 from rubys/release-2.0.5
Browse files Browse the repository at this point in the history
Bump version to 2.0.5
  • Loading branch information
flavorjones committed Mar 19, 2021
2 parents a97e317 + f4b0f98 commit 3f75205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 3f75205

Please sign in to comment.