File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased] [ unreleased ]
99
10+ ## [ 0.37.1] - 2025-03-22
11+
12+ ### Fixed
13+
14+ - Move regex declaration from module tag to inside function.
15+ This is a fix to be compatible with the upcoming OTP 28.
16+
1017## [ 0.37.0] - 2024-12-06
1118
1219### Added
@@ -813,7 +820,8 @@ of the parent element inside HTML.
813820
814821- Elixir version requirement from "~ > 1.0.0" to ">= 1.0.0".
815822
816- [ unreleased ] : https://github.com/philss/floki/compare/v0.37.0...HEAD
823+ [ unreleased ] : https://github.com/philss/floki/compare/v0.37.1...HEAD
824+ [ 0.37.1 ] : https://github.com/philss/floki/compare/v0.37.0...v0.37.1
817825[ 0.37.0 ] : https://github.com/philss/floki/compare/v0.36.3...v0.37.0
818826[ 0.36.3 ] : https://github.com/philss/floki/compare/v0.36.2...v0.36.3
819827[ 0.36.2 ] : https://github.com/philss/floki/compare/v0.36.1...v0.36.2
Original file line number Diff line number Diff 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.37.0 "
6+ @ version "0.37.1 "
77
88 def project do
99 [
You can’t perform that action at this time.
0 commit comments