Skip to content

Commit

Permalink
chore: Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
asummers committed Sep 19, 2019
1 parent 2683c6e commit 35986f7
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.5 - 2019-09-19
### Added
- Handle Erlang variables better with casing in guards.

## 0.2.4 - 2019-07-18
### Added
- Handle names in whens more properly.
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.4",
version: "0.2.5",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 35986f7

Please sign in to comment.