Skip to content

Commit

Permalink
Release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mischov committed Jul 22, 2019
1 parent 5abf220 commit dadfabd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.11.2 (2019-07-21)

### Fixes

* [Select] Support escaped characters in CSS selector names, idents, and strings
* [Select] Support Elixir-style unicode code points in CSS selector names, idents, and strings
* [Select] Add better errors when parsing CSS selectors

## v0.11.1 (2019-06-28)

### Deprecations
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Ensure Rust is installed, then add Meeseeks to your `mix.exs`:
```elixir
defp deps do
[
{:meeseeks, "~> 0.11.1"}
{:meeseeks, "~> 0.11.2"}
]
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.11.1"
@version "0.11.2"

def project do
[
Expand Down

0 comments on commit dadfabd

Please sign in to comment.