Skip to content

Commit 0212a0b

Browse files
authored
Merge pull request #92 from mischov/release/v0.15.0
Release v0.15.0
2 parents 6c9a13e + 7180945 commit 0212a0b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
No changes from v0.15.0.
6+
7+
## v0.15.0 (2020-02-16)
8+
9+
### Compatibility
10+
11+
* Support Elixir 1.10
12+
13+
### Enhancements
14+
15+
* [Parse] Prevent tuple tree parser from accepting invalid input
16+
* [Select] Prohibit XPath attributes steps outside of predicates
17+
318
## v0.14.0 (2019-09-30)
419

520
### Breaking

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Ensure Rust is installed, then add Meeseeks to your `mix.exs`:
4646
```elixir
4747
defp deps do
4848
[
49-
{:meeseeks, "~> 0.14.0"}
49+
{:meeseeks, "~> 0.15.0"}
5050
]
5151
end
5252
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Meeseeks.Mixfile do
22
use Mix.Project
33

4-
@version "0.14.0"
4+
@version "0.15.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)