diff --git a/CHANGELOG.md b/CHANGELOG.md index 301f305c..525bfe2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][unreleased] +## [0.35.2] - 2023-10-25 + +### Fixed + +- Enable usage of IO data by removing a guard for binaries in the main + parser module. + ## [0.35.1] - 2023-10-16 ### Fixed @@ -698,7 +705,8 @@ of the parent element inside HTML. - Elixir version requirement from "~> 1.0.0" to ">= 1.0.0". -[unreleased]: https://github.com/philss/floki/compare/v0.35.1...HEAD +[unreleased]: https://github.com/philss/floki/compare/v0.35.2...HEAD +[0.35.2]: https://github.com/philss/floki/compare/v0.35.1...v0.35.2 [0.35.1]: https://github.com/philss/floki/compare/v0.35.0...v0.35.1 [0.35.0]: https://github.com/philss/floki/compare/v0.34.3...v0.35.0 [0.34.3]: https://github.com/philss/floki/compare/v0.34.2...v0.34.3 diff --git a/mix.exs b/mix.exs index cfaa0117..4c48e5be 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Floki.Mixfile do @description "Floki is a simple HTML parser that enables search for nodes using CSS selectors." @source_url "https://github.com/philss/floki" - @version "0.35.1" + @version "0.35.2" def project do [