Skip to content

Commit

Permalink
Drop elixir 1.2 support
Browse files Browse the repository at this point in the history
* dialyzer on travis was failing with elixir 1.2
* plus see stuff mentioned in #30
  • Loading branch information
PragTob committed Apr 28, 2017
1 parent 411a496 commit 3df0a15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: elixir
elixir:
- 1.2.6
- 1.3.4
- 1.4.2
otp_release:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.8.0 (unreleased)

## Breaking Changes (User Facing)
* Dropped support for elixir 1.2, new support is elixir 1.3+

# 0.7.0 (April 23, 2017)

Smaller convenience features in here - the biggest part of work went into breaking reports in [benchee_html](https://github.com/PragTob/benchee_html) apart :)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Benchee.Mixfile do
[
app: :benchee,
version: @version,
elixir: "~> 1.2",
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env),
consolidate_protocols: true,
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 3df0a15

Please sign in to comment.