From a9ee70738b7d1b7c099adf4e0a434096cb533e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20Dos=C3=A9?= Date: Thu, 8 Nov 2018 15:56:38 -0800 Subject: [PATCH] Bump version and update changelog for new release. --- .tool-versions | 2 +- CHANGELOG.md | 7 ++++++- mix.exs | 2 +- mix.lock | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.tool-versions b/.tool-versions index 6190031..217e77e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ elixir 1.7.3-otp-21 -erlang 21.0.8 +erlang 21.0.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d83957..6e18dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased][] +## [0.8.2][] - 2018-11-08 +### Fixed +- Fix a couple typespecs in Cocktail.Span ([#66](https://github.com/peek-travel/cocktail/pull/66)) + ## [0.8.1][] - 2018-02-17 ### Fixed - Allow backwards compatible parsing of BYTIME rule for existing schedules generated using cocktail pre-0.8. @@ -77,7 +81,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## 0.0.1 - 2017-09-08 ### Initial release -[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.8.1...HEAD +[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.8.2...HEAD +[0.8.2]: https://github.com/peek-travel/cocktail/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/peek-travel/cocktail/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/peek-travel/cocktail/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/peek-travel/cocktail/compare/0.6.0...0.7.0 diff --git a/mix.exs b/mix.exs index c3fe5f0..98e7821 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Cocktail.Mixfile do use Mix.Project - @version "0.8.1" + @version "0.8.2" def project do [ diff --git a/mix.lock b/mix.lock index 61d2ac4..7e651e4 100644 --- a/mix.lock +++ b/mix.lock @@ -10,7 +10,7 @@ "excoveralls": {:hex, :excoveralls, "0.10.2", "fb4abd5b8a1b9d52d35e1162e7e2ea8bfb84b47ae07c38d39aa8ce64be0b0794", [:mix], [{:hackney, "~> 1.13", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"}, "file_system": {:hex, :file_system, "0.2.6", "fd4dc3af89b9ab1dc8ccbcc214a0e60c41f34be251d9307920748a14bf41f1d3", [:mix], [], "hexpm"}, "gettext": {:hex, :gettext, "0.16.0", "4a7e90408cef5f1bf57c5a39e2db8c372a906031cc9b1466e963101cb927dafc", [:mix], [], "hexpm"}, - "hackney": {:hex, :hackney, "1.14.3", "b5f6f5dcc4f1fba340762738759209e21914516df6be440d85772542d4a5e412", [], [{:certifi, "2.4.2", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "1.1.4", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm"}, + "hackney": {:hex, :hackney, "1.14.3", "b5f6f5dcc4f1fba340762738759209e21914516df6be440d85772542d4a5e412", [:rebar3], [{:certifi, "2.4.2", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "1.1.4", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm"}, "idna": {:hex, :idna, "6.0.0", "689c46cbcdf3524c44d5f3dde8001f364cd7608a99556d8fbd8239a5798d4c10", [:rebar3], [{:unicode_util_compat, "0.4.1", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm"}, "inch_ex": {:hex, :inch_ex, "1.0.1", "1f0af1a83cec8e56f6fc91738a09c838e858db3d78ef5f2ec040fe4d5a62dabf", [:mix], [{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm"}, "jason": {:hex, :jason, "1.1.2", "b03dedea67a99223a2eaf9f1264ce37154564de899fd3d8b9a21b1a6fd64afe7", [:mix], [{:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm"},