From aabab2564193f03edc2ed312f39aa7adb55270a9 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Mon, 25 Jan 2021 17:34:11 +0100 Subject: [PATCH] Prepare v0.11.4 release Update v0.11.4 release data in CHANGELOG.md + update setup-elixir version. --- .github/workflows/build-workflow.yaml | 4 ++-- CHANGELOG.md | 2 +- mix.exs | 2 +- mix.lock | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-workflow.yaml b/.github/workflows/build-workflow.yaml index 33bac39..46fe2c3 100644 --- a/.github/workflows/build-workflow.yaml +++ b/.github/workflows/build-workflow.yaml @@ -41,7 +41,7 @@ jobs: key: ${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-dialyzer_cache-${{ github.sha }} restore-keys: | ${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-dialyzer_cache- - - uses: actions/setup-elixir@v1.2.0 + - uses: actions/setup-elixir@v1.5.0 with: otp-version: ${{ env.otp_version }} elixir-version: ${{ env.elixir_version }} @@ -86,7 +86,7 @@ jobs: key: ${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-_build-${{ github.sha }} restore-keys: | ${{ runner.os }}-${{ env.elixir_version }}-${{ env.otp_version }}-_build- - - uses: actions/setup-elixir@v1.2.0 + - uses: actions/setup-elixir@v1.5.0 with: otp-version: ${{ env.otp_version }} elixir-version: ${{ env.elixir_version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index c829b4c..806ae58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## [0.11.4] - Unreleased +## [0.11.4] - 2021-01-25 ## [0.11.3] - 2020-09-24 diff --git a/mix.exs b/mix.exs index 9f47b00..c5b637f 100644 --- a/mix.exs +++ b/mix.exs @@ -64,7 +64,7 @@ defmodule Astarte.DataAccess.Mixfile do defp astarte_required_modules(_) do [ - {:astarte_core, github: "astarte-platform/astarte_core", branch: "release-0.11"} + {:astarte_core, github: "astarte-platform/astarte_core", tag: "v0.11.4"} ] end diff --git a/mix.lock b/mix.lock index 01284b6..fb8738f 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "a23facd50375edff63fddd8dbf087b2e8a7f5e50", [branch: "release-0.11"]}, + "astarte_core": {:git, "https://github.com/astarte-platform/astarte_core.git", "4d70bef4268c377e9c60c96d4492ac9f0595fb1b", [tag: "v0.11.4"]}, "certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "805abd97539caf89ec6d4732c91e62ba9da0cda51ac462380bbd28ee697a8c42"}, "conform": {:hex, :conform, "2.5.2", "7035787a9c09d28607745444e7a1700426dc47c452634a5694033fa2fbb3414c", [:mix], [{:neotoma, "~> 1.7.3", [hex: :neotoma, repo: "hexpm", optional: false]}], "hexpm", "2056f5067e5bd4cf9d11ac093ada83c44163ad94555cadc3720fa9defaaf3bac"}, "cqerl": {:git, "https://github.com/matehat/cqerl.git", "6e44b42df1cb0fcf82d8ab4df032c2e7cacb96f9", [ref: "6e44b42df1cb0fcf82d8ab4df032c2e7cacb96f9"]},