diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..1a6eea9 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +elixir 1.8.1-otp-21 +erlang 21.3.8.11 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9f83533 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [0.11.0-rc.0] - 2020-02-27 +### Added +- Initial release. diff --git a/mix.exs b/mix.exs index f8e4e2e..f181de6 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.Device.MixProject do def project do [ app: :astarte_device, - version: "0.11.0-dev", + version: "0.11.0-rc.0", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, test_coverage: [tool: ExCoveralls], @@ -49,7 +49,7 @@ defmodule Astarte.Device.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ - {:astarte_core, github: "astarte-platform/astarte_core"}, + {:astarte_core, github: "astarte-platform/astarte_core", branch: "release-0.11"}, {:certifi, "~> 2.5"}, {:hackney, "~> 1.15"}, {:jason, "~> 1.1"}, diff --git a/mix.lock b/mix.lock index c472890..c9b5a11 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "938a879a4f56e69d94e686da47e2c30d720c863e", []}, + "astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "2ab3ae86305afc1477672f5b0de24d3704619cbe", [branch: "release-0.11"]}, "certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"}, "cyanide": {:git, "https://github.com/ispirata/cyanide.git", "b29af008ba93181df3d2cb352261900acd17e3f7", []}, "decimal": {:hex, :decimal, "1.8.1", "a4ef3f5f3428bdbc0d35374029ffcf4ede8533536fa79896dd450168d9acdf3c", [:mix], [], "hexpm", "3cb154b00225ac687f6cbd4acc4b7960027c757a5152b369923ead9ddbca7aec"},