Skip to content

Commit b66034f

Browse files
authored
Release v0.35.4 (#543)
1 parent 0840a05 commit b66034f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased][unreleased]
99

10+
## [0.35.4] - 2024-02-19
11+
12+
Besides the fix described below, this release also contains more performance
13+
improvements, thanks to [@ypconstante](https://github.com/ypconstante).
14+
15+
### Fixed
16+
17+
- Fix order of results for `Floki.find/2`. This was a regression from the
18+
previous version - thanks [@ypconstante](https://github.com/ypconstante).
19+
1020
## [0.35.3] - 2024-01-25
1121

1222
This release has great performance improvements, thanks to the PRs
@@ -736,7 +746,8 @@ of the parent element inside HTML.
736746

737747
- Elixir version requirement from "~> 1.0.0" to ">= 1.0.0".
738748

739-
[unreleased]: https://github.com/philss/floki/compare/v0.35.3...HEAD
749+
[unreleased]: https://github.com/philss/floki/compare/v0.35.4...HEAD
750+
[0.35.4]: https://github.com/philss/floki/compare/v0.35.3...v0.35.4
740751
[0.35.3]: https://github.com/philss/floki/compare/v0.35.2...v0.35.3
741752
[0.35.2]: https://github.com/philss/floki/compare/v0.35.1...v0.35.2
742753
[0.35.1]: https://github.com/philss/floki/compare/v0.35.0...v0.35.1

mix.exs

Lines changed: 1 addition & 1 deletion
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.35.3"
6+
@version "0.35.4"
77

88
def project do
99
[

0 commit comments

Comments
 (0)