Skip to content

Commit

Permalink
Replaced deprecated calls to String.strip with String.trim and update…
Browse files Browse the repository at this point in the history
…d the Travis.ci setup
  • Loading branch information
Scott Thompson authored and Scott Thompson committed Sep 25, 2017
1 parent 7b17017 commit 78202a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

1.0.1 - Repalced calls to deprecated String.strip with String.trim
2.0.0 - Repalced calls to deprecated String.strip with String.trim. Makes minimum Elixir Version 1.3. If you need to run on versions prior to 1.3 you can use the 1.0.0 version. Bumped the major version as this may be a breaking change for some folks.

1.0.0 - Changed the way comments were parsed to make it more compatible with other libraries

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ConfigParser.Mixfile do

def project do
[app: :configparser_ex,
version: "1.0.1",
version: "2.0.0",
name: "ConfigParser for Elixir",
source_url: "https://github.com/easco/configparser_ex",
elixir: ">= 1.3.0",
Expand Down

0 comments on commit 78202a8

Please sign in to comment.