Skip to content

Commit

Permalink
Merge pull request #26 from bettio/prepare-1.0.0-beta.1
Browse files Browse the repository at this point in the history
Prepare v1.0.0-beta.1
  • Loading branch information
rbino authored Feb 15, 2021
2 parents fb7b6ff + d3ab582 commit ca6d7b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## Unreleased
## [1.0.0-beta.1] - 2020-02-15
### Added
- Make the HTTP client follow redirects when interacting with Pairing API
- Add `unset_property` function to unset a path on a property interface.
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-dev",
version: "1.0.0-beta.1",
elixir: "~> 1.8",
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, github: "astarte-platform/astarte_core"},
{:astarte_core, "~> 1.0.0-beta.1"},
{: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", "d0491f28ca5060f4b5e2a8b6d1549dc0afaf7f91", []},
"astarte_core": {:hex, :astarte_core, "1.0.0-beta.1", "f6157969c7f634e42a84ee1669e659cdccc6b06ff044ae286e843c8e5ffd262e", [: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", "5b143f3da200afc40489b149591140501db8a520f7946e1ce68a3862d16fb631"},
"certifi": {:hex, :certifi, "2.5.2", "b7cfeae9d2ed395695dd8201c57a2d019c0c43ecaf8b8bcb9320b40d6662f340", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "3b3b5f36493004ac3455966991eaf6e768ce9884693d9968055aeeeb1e575040"},
"cyanide": {:hex, :cyanide, "1.0.0", "9c2090e965f4254fea9ab2fa85e52a696e4e57547aec0babfa0a95fe1588ea76", [:mix], [], "hexpm", "74a8960fbde347c76f83dfedade938839b739770015f87dd724bba4a7cacdd96"},
"decimal": {:hex, :decimal, "1.8.1", "a4ef3f5f3428bdbc0d35374029ffcf4ede8533536fa79896dd450168d9acdf3c", [:mix], [], "hexpm", "3cb154b00225ac687f6cbd4acc4b7960027c757a5152b369923ead9ddbca7aec"},
Expand Down

0 comments on commit ca6d7b2

Please sign in to comment.