Skip to content

Commit

Permalink
Merge pull request #36 from bettio/prepare-1.0.0
Browse files Browse the repository at this point in the history
Prepare 1.0.0 release
  • Loading branch information
rbino authored Jun 29, 2021
2 parents 323c52c + 7494d22 commit c81fd77
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.0] - 2021-06-29

## [1.0.0-rc.0] - 2021-05-05
### Changed
- Standardize subscriptions (see
Expand Down
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: "1.0.0-rc.0",
version: "1.0.0",
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.0-rc.0"},
{:astarte_core, "~> 1.0.0"},
{: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.0-rc.0", "d770198a0f1180e6ba4207f2422f5438cfdb213f41797fa1c99f0adbabaea918", [: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", "9c302697dacb178f32d988988e984c6f60886c0a5484cc0d555214f5d350bdf0"},
"astarte_core": {:hex, :astarte_core, "1.0.0", "4349329306aad096087a04dda7c3805db97ab1094847438b7cea75543542310c", [: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", "dc305136df4ec457d9d6c8695a826a4413a3677d09ac724726f45c622f426a00"},
"certifi": {:hex, :certifi, "2.6.1", "dbab8e5e155a0763eea978c913ca280a6b544bfa115633fa20249c3d396d9493", [:rebar3], [], "hexpm", "524c97b4991b3849dd5c17a631223896272c6b0af446778ba4675a1dff53bb7e"},
"cyanide": {:hex, :cyanide, "1.0.0", "9c2090e965f4254fea9ab2fa85e52a696e4e57547aec0babfa0a95fe1588ea76", [:mix], [], "hexpm", "74a8960fbde347c76f83dfedade938839b739770015f87dd724bba4a7cacdd96"},
"decimal": {:hex, :decimal, "2.0.0", "a78296e617b0f5dd4c6caf57c714431347912ffb1d0842e998e9792b5642d697", [:mix], [], "hexpm", "34666e9c55dea81013e77d9d87370fe6cb6291d1ef32f46a1600230b1d44f577"},
Expand Down

0 comments on commit c81fd77

Please sign in to comment.