Skip to content

Commit

Permalink
Merge pull request #38 from bettio/prepare-v0.11.4
Browse files Browse the repository at this point in the history
Prepare v0.11.4 release
  • Loading branch information
rbino authored Jan 25, 2021
2 parents fa50df4 + aabab25 commit 63de1eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
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).

## [0.11.4] - Unreleased
## [0.11.4] - 2021-01-25

## [0.11.3] - 2020-09-24

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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

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", "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"]},
Expand Down

0 comments on commit 63de1eb

Please sign in to comment.