Skip to content

Commit 2c68b0f

Browse files
committed
Release v0.37.0
1 parent 4700038 commit 2c68b0f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.ebert.yml

-3
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased][unreleased]
99

10+
## [0.37.0] - 2024-12-06
11+
1012
### Added
1113

1214
- Add `Floki.css_escape/1` - thanks [@SteffenDE](https://github.com/SteffenDE).
1315

16+
### Fixed
17+
18+
- Fix bug propagating identity encoder in `raw_html/2` - thanks [@andyleclair](https://github.com/andyleclair).
19+
1420
### Removed
1521

1622
- Remove support for Elixir 1.13 and OTP 22.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Floki.Mixfile do
33

44
@description "Floki is a simple HTML parser that enables search for nodes using CSS selectors."
55
@source_url "https://github.com/philss/floki"
6-
@version "0.36.3"
6+
@version "0.37.0"
77

88
def project do
99
[

0 commit comments

Comments
 (0)