diff --git a/HISTORY b/HISTORY index dc43eba..8413b5a 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/mix.exs b/mix.exs index fa15c86..3e772b0 100644 --- a/mix.exs +++ b/mix.exs @@ -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",