Skip to content

Commit

Permalink
Release v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mischov committed Sep 24, 2017
1 parent abcf3a3 commit 16b578e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.7.6 (2017-09-24)

### Fixes

* [Parse] Update to `meeseeks_html5ever v0.8.0`, which removes panics related to calling `mark_script_already_started` and `get_template_contents`, and removes synchronous parsing, which did not correctly handle panics and broke the <1ms contract on first call
* [Select] Update select functions to propagate parse errors

## v0.7.5 (2017-09-23)

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

def project do
[app: :meeseeks,
Expand Down

0 comments on commit 16b578e

Please sign in to comment.