diff --git a/.ebert.yml b/.ebert.yml deleted file mode 100644 index 718485a9..00000000 --- a/.ebert.yml +++ /dev/null @@ -1,3 +0,0 @@ -engines: - credo: - enabled: true diff --git a/CHANGELOG.md b/CHANGELOG.md index b898e689..8d6731eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][unreleased] +## [0.37.0] - 2024-12-06 + ### Added - Add `Floki.css_escape/1` - thanks [@SteffenDE](https://github.com/SteffenDE). +### Fixed + +- Fix bug propagating identity encoder in `raw_html/2` - thanks [@andyleclair](https://github.com/andyleclair). + ### Removed - Remove support for Elixir 1.13 and OTP 22. diff --git a/mix.exs b/mix.exs index db33cbf0..42894f12 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.36.3" + @version "0.37.0" def project do [