Skip to content

Commit

Permalink
Merge pull request #35 from stephenmoloney/release/v1.0.0-rc4
Browse files Browse the repository at this point in the history
releases the version v1.0.0-rc4
  • Loading branch information
stephenmoloney committed Oct 4, 2018
2 parents a026ae5 + 658062e commit 4cccdff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## v1.0.0-rc4

[fixes]

- convert test_extended.webp to and actual extended file
- Changes to error handling for timeouts `{:error, {:closed, :timeout}}`
and closed streams

## v1.0.0-rc3

[features]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ Add fastimage to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:fastimage, "~> 1.0.0-rc3"}
{:fastimage, "~> 1.0.0-rc4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Fastimage.Mixfile do
use Mix.Project
@name "Fastimage"
@version "1.0.0-rc3"
@version "1.0.0-rc4"
@source "https://github.com/stephenmoloney/fastimage"
@maintainers ["Stephen Moloney"]
@elixir_versions ">= 1.4.0"
Expand Down

0 comments on commit 4cccdff

Please sign in to comment.