Skip to content

Commit b98dc57

Browse files
committed
Release v0.36.1
1 parent 3d5adab commit b98dc57

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased][unreleased]
99

10+
## [0.36.1] - 2024-03-18
11+
12+
### Fixed
13+
14+
- Fix typespec of `get_by_id/2`.
15+
1016
## [0.36.0] - 2024-03-01
1117

1218
### Added
@@ -764,7 +770,8 @@ of the parent element inside HTML.
764770

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

767-
[unreleased]: https://github.com/philss/floki/compare/v0.36.0...HEAD
773+
[unreleased]: https://github.com/philss/floki/compare/v0.36.1...HEAD
774+
[0.36.1]: https://github.com/philss/floki/compare/v0.36.0...v0.36.1
768775
[0.36.0]: https://github.com/philss/floki/compare/v0.35.4...v0.36.0
769776
[0.35.4]: https://github.com/philss/floki/compare/v0.35.3...v0.35.4
770777
[0.35.3]: https://github.com/philss/floki/compare/v0.35.2...v0.35.3

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.0"
6+
@version "0.36.1"
77

88
def project do
99
[

0 commit comments

Comments
 (0)