Skip to content

Commit

Permalink
Release v0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Mar 18, 2024
1 parent 3d5adab commit b98dc57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][unreleased]

## [0.36.1] - 2024-03-18

### Fixed

- Fix typespec of `get_by_id/2`.

## [0.36.0] - 2024-03-01

### Added
Expand Down Expand Up @@ -764,7 +770,8 @@ of the parent element inside HTML.

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

[unreleased]: https://github.com/philss/floki/compare/v0.36.0...HEAD
[unreleased]: https://github.com/philss/floki/compare/v0.36.1...HEAD
[0.36.1]: https://github.com/philss/floki/compare/v0.36.0...v0.36.1
[0.36.0]: https://github.com/philss/floki/compare/v0.35.4...v0.36.0
[0.35.4]: https://github.com/philss/floki/compare/v0.35.3...v0.35.4
[0.35.3]: https://github.com/philss/floki/compare/v0.35.2...v0.35.3
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://github.com/philss/floki"
@version "0.36.0"
@version "0.36.1"

def project do
[
Expand Down

0 comments on commit b98dc57

Please sign in to comment.