Skip to content

Commit

Permalink
Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Fidder committed Jul 15, 2020
1 parent 24ad7b6 commit 617886c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog for Peppermint

## v0.3.1

* Improve handling of invalid url's

## v0.3.0

* `Peppermint.Connection`: force HTTP/1 requests to be handled sequentially
* Improve isolated request error handling for HTTP/2

## v0.2.0

* Added `Peppermint.Connection`. A GenServer that can handle multiple requests simulaniously.
* Added `Peppermint.Connection`. A GenServer that can handle multiple requests simultaneously.
* Rewrite to support usage of `Peppermint` in custom processes.

## v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add to your `mix.exs` and run `mix deps.get`:
```elixir
def deps do
[
{:peppermint, "~> 0.2.0"},
{:peppermint, "~> 0.3.0"},
{:castore, "~> 0.1.0"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Peppermint.MixProject do
def project do
[
app: :peppermint,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.10",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 617886c

Please sign in to comment.