Skip to content

Commit

Permalink
chore: Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
asummers committed Mar 9, 2020
1 parent cb84676 commit 23d4f51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

## [Unreleased]

## 0.2.6 - 2020-03-09
### Added
- Replace << parsing to fix nexted pattern matching binary bugs discovered from Phoenix 1.4.15.

## 0.2.5 - 2019-09-19
### Added
- Handle Erlang variables better with casing in guards.
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 Erlex.MixProject do
def project do
[
app: :erlex,
version: "0.2.5",
version: "0.2.6",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 23d4f51

Please sign in to comment.