Skip to content

Commit

Permalink
Merge pull request #7 from bettio/prepare-0.11.0-rc.0
Browse files Browse the repository at this point in the history
Prepare 0.11.0-rc.0 release
  • Loading branch information
rbino authored Feb 27, 2020
2 parents 747dd1b + 31489ed commit 0282f1d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
elixir 1.8.1-otp-21
erlang 21.3.8.11
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand All @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down

0 comments on commit 0282f1d

Please sign in to comment.