Skip to content

Commit

Permalink
Merge pull request #41 from bettio/prepare-1.0.2-release
Browse files Browse the repository at this point in the history
Prepare 1.0.2 release
  • Loading branch information
rbino authored Mar 29, 2022
2 parents 2c0f5be + f7e8001 commit f0e6731
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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).

## [1.0.2] - 2022-03-29

## [1.0.1] - 2021-12-16

## [1.0.0] - 2021-06-29
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# This file is part of Astarte.
#
# Copyright 2018-2021 Ispirata Srl
# Copyright 2018-2022 Ispirata Srl
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@ defmodule Astarte.Device.MixProject do
def project do
[
app: :astarte_device,
version: "1.0.1",
version: "1.0.2",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
test_coverage: [tool: ExCoveralls],
Expand Down Expand Up @@ -50,7 +50,7 @@ defmodule Astarte.Device.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:astarte_core, "~> 1.0.1"},
{:astarte_core, "~> 1.0.2"},
{: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": {:hex, :astarte_core, "1.0.1", "c8fcebb4c8cb8791c9fe7429972cc49c9b127a0e65b306ddc60693bdfec26749", [:mix], [{:cyanide, "~> 1.0", [hex: :cyanide, repo: "hexpm", optional: false]}, {:ecto, "~> 3.4", [hex: :ecto, repo: "hexpm", optional: false]}, {:elixir_uuid, "~> 1.2", [hex: :elixir_uuid, repo: "hexpm", optional: false]}, {:exprotobuf, "~> 1.2", [hex: :exprotobuf, repo: "hexpm", optional: false]}, {:gpb, "~> 4.12.0", [hex: :gpb, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "ded00eaba11aafe08673326cf533decbb781d27eb7f4511b8b4805b52cfb6a7f"},
"astarte_core": {:hex, :astarte_core, "1.0.2", "df9d72907759d59dd45f31e480b6189788541b62073c1451520a21e42ee01387", [:mix], [{:cyanide, "~> 1.0", [hex: :cyanide, repo: "hexpm", optional: false]}, {:ecto, "~> 3.4", [hex: :ecto, repo: "hexpm", optional: false]}, {:elixir_uuid, "~> 1.2", [hex: :elixir_uuid, repo: "hexpm", optional: false]}, {:exprotobuf, "~> 1.2", [hex: :exprotobuf, repo: "hexpm", optional: false]}, {:gpb, "~> 4.12.0", [hex: :gpb, repo: "hexpm", optional: false]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "b4f233e8bd57d8345adf39f7fd8cabe0fecab53dba6081f134960b1628969228"},
"certifi": {:hex, :certifi, "2.6.1", "dbab8e5e155a0763eea978c913ca280a6b544bfa115633fa20249c3d396d9493", [:rebar3], [], "hexpm", "524c97b4991b3849dd5c17a631223896272c6b0af446778ba4675a1dff53bb7e"},
"cyanide": {:hex, :cyanide, "1.0.1", "77c56aaeb5c5d794d5aa10be61f08a443207988bbddfd6a21b08f72c65cf193b", [:mix], [], "hexpm", "f5ea2d00a0211d6fee778b15b5aca2e003b2e8e7a1072fa4aafa2e75a6d6aae1"},
"decimal": {:hex, :decimal, "2.0.0", "a78296e617b0f5dd4c6caf57c714431347912ffb1d0842e998e9792b5642d697", [:mix], [], "hexpm", "34666e9c55dea81013e77d9d87370fe6cb6291d1ef32f46a1600230b1d44f577"},
Expand Down

0 comments on commit f0e6731

Please sign in to comment.