From 0ddb1c78d3be07f222f81fdc8cf24d80a09038f0 Mon Sep 17 00:00:00 2001 From: Miguel Nieto <39246879+miguelnietoa@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:12:58 -0500 Subject: [PATCH] Prepare release v0.3.10 (#83) --- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6ec262..f421000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.3.10 (05.09.2023) +* Update all dependencies. + | Package | Type | Update | Change | + |---|---|---|---| + | [actions/cache](https://togithub.com/actions/cache) | action | minor | `v3.2.3` -> `v3.3.1` | + | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3.3.0` -> `v4.0.0` | + | [erlef/setup-elixir](https://togithub.com/erlef/setup-elixir) | action | minor | `v1.15.2` -> `v1.16.0` | + | [github/codeql-action](https://togithub.com/github/codeql-action) | action | minor | `v2.1.37` -> `v2.21.5` | + | [ossf/scorecard-action](https://togithub.com/ossf/scorecard-action) | action | minor | `v2.1.2` -> `v2.2.0` | + | [step-security/harden-runner](https://togithub.com/step-security/harden-runner) | action | minor | `v2.1.0` -> `v2.5.1` | +* Lock ubuntu version to `ubuntu-20.04` in CI/CD. +* Ignore updates for `ubuntu`. + ## 0.3.9 (16.01.2023) * Update all dependencies. * Block egress traffic in GitHub Actions. diff --git a/README.md b/README.md index 9576c98..16c3fe1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ XDR is an open data format, specified in [RFC 4506](http://tools.ietf.org/html/r ```elixir def deps do [ - {:elixir_xdr, "~> 0.3.9"} + {:elixir_xdr, "~> 0.3.10"} ] end ``` diff --git a/mix.exs b/mix.exs index 4ff38d4..9dc9afe 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule XDR.MixProject do use Mix.Project @github_url "https://github.com/kommitters/elixir_xdr" - @version "0.3.9" + @version "0.3.10" def project do [