Skip to content

Commit

Permalink
Merge branch 'prepare-0.10.0-release' into 'release-0.10'
Browse files Browse the repository at this point in the history
Prepare 0.10.0 release

See merge request Astarte-NG/astarte_vmq_plugin!45
  • Loading branch information
rbino committed Apr 16, 2019
2 parents 87b70ab + e0d6512 commit fb3023b
Show file tree
Hide file tree
Showing 4 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 @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.10.0] - 2019-04-16

## [0.10.0-rc.1] - 2019-04-10
### Fixed
- Re-enable SSL listener, which broke Docker Compose.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --branch 1.5.0 https://github.com/erlio/vernemq.git && \
cd ..

# Time for VerneMQ's Astarte plugin
RUN git clone --branch release-0.10 https://github.com/astarte-platform/astarte_vmq_plugin.git && \
RUN git clone --branch v0.10.0 https://github.com/astarte-platform/astarte_vmq_plugin.git && \
cd astarte_vmq_plugin && \
mix deps.get && \
mix release --env=$MIX_ENV && \
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do
def project do
[
app: :astarte_vmq_plugin,
version: "0.10.0-rc.1",
version: "0.10.0",
elixir: "~> 1.5",
elixirc_paths: elixirc_paths(Mix.env),
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{
"amqp": {:hex, :amqp, "1.0.2", "3c4b0c2a0c02a908a78c51e6e8206ca24b0f6b879a5e980eccf840cda360ed71", [:mix], [{:amqp_client, "~> 3.7.3", [hex: :amqp_client, repo: "hexpm", optional: false]}, {:goldrush, "~> 0.1.0", [hex: :goldrush, repo: "hexpm", optional: false]}, {:jsx, "~> 2.8", [hex: :jsx, repo: "hexpm", optional: false]}, {:lager, "~> 3.5", [hex: :lager, repo: "hexpm", optional: false]}, {:rabbit_common, "~> 3.7.3", [hex: :rabbit_common, repo: "hexpm", optional: false]}, {:ranch, "~> 1.4", [hex: :ranch, repo: "hexpm", optional: false]}, {:ranch_proxy_protocol, "~> 1.4", [hex: :ranch_proxy_protocol, repo: "hexpm", optional: false]}, {:recon, "~> 2.3.2", [hex: :recon, repo: "hexpm", optional: false]}], "hexpm"},
"amqp_client": {:hex, :amqp_client, "3.7.3", "29a818d3871de5f8484e876ad34b0a940b2cecd6c6dfbed30d9b1679072eb9bc", [:make, :rebar3], [{:rabbit_common, "3.7.3", [hex: :rabbit_common, repo: "hexpm", optional: false]}], "hexpm"},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "ad4a229b1528cd1bd8b2e1991e5085bbb4459b6d", [branch: "release-0.10"]},
"astarte_rpc": {:git, "https://github.com/astarte-platform/astarte_rpc.git", "7605b603f8a9bce8312ce8bca425d4b0d9ded583", [branch: "release-0.10"]},
"certifi": {:hex, :certifi, "2.4.2", "75424ff0f3baaccfd34b1214184b6ef616d89e420b258bb0a5ea7d7bc628f7f0", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm"},
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
Expand Down

0 comments on commit fb3023b

Please sign in to comment.