Skip to content

Commit

Permalink
Merge pull request #97 from mischov/release/v0.15.1
Browse files Browse the repository at this point in the history
Release v0.15.1
  • Loading branch information
mischov authored May 27, 2020
2 parents 62d2fcc + e18f7d6 commit 36d3f74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Unreleased

No changes from v0.15.0.
No changes from v0.15.1.

## v0.15.1 (2020-05-27)

### Fixes

* [Select] Support unicode characters in XPath selectors

## v0.15.0 (2020-02-16)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Ensure Rust is installed, then add Meeseeks to your `mix.exs`:
```elixir
defp deps do
[
{:meeseeks, "~> 0.15.0"}
{:meeseeks, "~> 0.15.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Meeseeks.Mixfile do
use Mix.Project

@version "0.15.0"
@version "0.15.1"

def project do
[
Expand Down

0 comments on commit 36d3f74

Please sign in to comment.