Skip to content

Commit

Permalink
Release v0.35.4 (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
philss authored Feb 20, 2024
1 parent 0840a05 commit b66034f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][unreleased]

## [0.35.4] - 2024-02-19

Besides the fix described below, this release also contains more performance
improvements, thanks to [@ypconstante](https:/ypconstante).

### Fixed

- Fix order of results for `Floki.find/2`. This was a regression from the
previous version - thanks [@ypconstante](https:/ypconstante).

## [0.35.3] - 2024-01-25

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

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

[unreleased]: https:/philss/floki/compare/v0.35.3...HEAD
[unreleased]: https:/philss/floki/compare/v0.35.4...HEAD
[0.35.4]: https:/philss/floki/compare/v0.35.3...v0.35.4
[0.35.3]: https:/philss/floki/compare/v0.35.2...v0.35.3
[0.35.2]: https:/philss/floki/compare/v0.35.1...v0.35.2
[0.35.1]: https:/philss/floki/compare/v0.35.0...v0.35.1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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:/philss/floki"
@version "0.35.3"
@version "0.35.4"

def project do
[
Expand Down

0 comments on commit b66034f

Please sign in to comment.